1 # Maintainer: LEW21 <lew21@xtreeme.org>
6 pkgdesc="OpenWF - Linux DRM-based implementation"
8 url="http://cgit.freedesktop.org/~bnf/owfdrm/"
10 depends=('mesa-full') # You need gbm, latest mesa-full provides it.
11 provides=("libwfd=1.0")
14 _gitroot="git://people.freedesktop.org/~bnf/owfdrm"
18 msg "Connecting to the GIT server...."
20 if [ -d $_gitname ] ; then
25 git clone $_gitroot $_gitname --depth=1
28 msg "Creating build directory..."
29 rm -rf $_gitname-build
30 cp -rH $_gitname $_gitname-build
32 msg "Starting build..."
35 ./autogen.sh --prefix=/usr
42 make DESTDIR="${pkgdir}" install