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

Ionut Biru ibiru at archlinux.org
Thu Aug 11 10:52:34 UTC 2011


    Date: Thursday, August 11, 2011 @ 06:52:34
  Author: ibiru
Revision: 135240

gnutls 3.0.0 rebuild

Modified:
  libepc/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-11 10:50:43 UTC (rev 135239)
+++ PKGBUILD	2011-08-11 10:52:34 UTC (rev 135240)
@@ -3,12 +3,12 @@
 
 pkgname=libepc
 pkgver=0.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Easy Publish and Consume Library"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://live.gnome.org/libepc"
-depends=('gtk2>=2.20.0' 'avahi>=0.6.25' 'libsoup>=2.29.91')
+depends=('gtk2' 'avahi' 'libsoup')
 makedepends=('intltool')
 options=('!libtool' '!makeflags')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
@@ -17,7 +17,11 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --localstatedir=/var --disable-static
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list