diff options
Diffstat (limited to 'xorg-libxcursor/Pkgfile')
-rw-r--r-- | xorg-libxcursor/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg-libxcursor/Pkgfile b/xorg-libxcursor/Pkgfile new file mode 100644 index 0000000..206c9b5 --- /dev/null +++ b/xorg-libxcursor/Pkgfile @@ -0,0 +1,17 @@ +description="xorg lib libXcursor" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-libxrender xorg-libxfixes xorg-libx11 xorg-fixesproto) + +name=xorg-libxcursor +version=1.1.10 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.10.tar.bz2) +build () +{ + cd libXcursor-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} |