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

Pierre Schmitz pierre at archlinux.org
Tue Nov 1 10:10:56 UTC 2011


    Date: Tuesday, November 1, 2011 @ 06:10:56
  Author: pierre
Revision: 141653

rebuild old package

Modified:
  libsexy/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-01 10:10:12 UTC (rev 141652)
+++ PKGBUILD	2011-11-01 10:10:56 UTC (rev 141653)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
+
 pkgname=libsexy
 pkgver=0.1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Doing naughty things to good widgets."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -10,13 +11,17 @@
 depends=('gtk2' 'libxml2')
 makedepends=('iso-codes' 'pkgconfig')
 options=('!libtool')
-source=(http://releases.chipx86.com/libsexy/libsexy/${pkgname}-${pkgver}.tar.gz)
+source=("http://releases.chipx86.com/libsexy/libsexy/${pkgname}-${pkgver}.tar.gz")
 md5sums=('33c079a253270ec8bfb9508e4bb30754')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   rm -f ${pkgdir}/usr/lib/libsexy.a




More information about the arch-commits mailing list