[arch-commits] Commit in libsexy/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Oct 31 07:27:50 UTC 2009


    Date: Saturday, October 31, 2009 @ 03:27:50
  Author: allan
Revision: 57004

upgpkg: libsexy 0.1.11-2
    rebuild to get arch in package name

Modified:
  libsexy/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 06:27:49 UTC (rev 57003)
+++ PKGBUILD	2009-10-31 07:27:50 UTC (rev 57004)
@@ -2,22 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=libsexy
 pkgver=0.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Doing naughty things to good widgets."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://chipx86.com/wiki/Libsexy"
-depends=('gtk2>=2.10.11' 'libxml2>=2.6.27')
+depends=('gtk2' 'libxml2')
 makedepends=('iso-codes' 'pkgconfig')
 options=('!libtool')
 source=(http://releases.chipx86.com/libsexy/libsexy/${pkgname}-${pkgver}.tar.gz)
 md5sums=('33c079a253270ec8bfb9508e4bb30754')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 
-  rm -f ${startdir}/pkg/usr/lib/libsexy.a
+  rm -f ${pkgdir}/usr/lib/libsexy.a
 }




More information about the arch-commits mailing list