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

Andrea Scarpino andrea at archlinux.org
Thu Apr 1 12:26:48 UTC 2010


    Date: Thursday, April 1, 2010 @ 08:26:48
  Author: andrea
Revision: 75371

upgpkg: libgadu 1.8.2-4
openssl rebuild

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-01 12:14:31 UTC (rev 75370)
+++ PKGBUILD	2010-04-01 12:26:48 UTC (rev 75371)
@@ -4,7 +4,7 @@
 
 pkgname=libgadu
 pkgver=1.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Gadu-Gadu protocol libraries"
 arch=('i686' 'x86_64')
 url="http://toxygen.net/libgadu/"
@@ -15,11 +15,15 @@
 options=('!libtool')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
  	 --disable-static \
 	 --enable-shared \
 	 --with-pthread
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list