diff options
author | root <root@rshg047.dnsready.net> | 2011-07-09 23:10:17 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-09 23:10:17 +0000 |
commit | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (patch) | |
tree | b9373ca2187d6796b8045bae62418621abf01ff4 /extra/libxcursor | |
parent | d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (diff) |
Sat Jul 9 23:10:17 UTC 2011
Diffstat (limited to 'extra/libxcursor')
-rw-r--r-- | extra/libxcursor/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/libxcursor/PKGBUILD b/extra/libxcursor/PKGBUILD index 3306c2bef..619024f09 100644 --- a/extra/libxcursor/PKGBUILD +++ b/extra/libxcursor/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 97807 2010-11-01 22:23:46Z jgc $ +# $Id: PKGBUILD 130855 2011-07-08 13:02:13Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxcursor -pkgver=1.1.11 +pkgver=1.1.12 pkgrel=1 pkgdesc="X cursor management library" arch=(i686 x86_64) @@ -12,12 +12,16 @@ depends=('libxfixes' 'libxrender') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2) -sha1sums=('35491bd17cbcdda712e1a064c67ccbc523e2702c') +sha1sums=('f68d7baed5ecf4b1ae88004dd05ef4680d63ee2c') build() { cd "${srcdir}/libXcursor-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --disable-static make +} + +package() { + cd "${srcdir}/libXcursor-${pkgver}" make DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" |