[arch-commits] Commit in unionfs-utils/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Dec 5 20:40:52 UTC 2008


    Date: Friday, December 5, 2008 @ 15:40:52
  Author: jgc
Revision: 20567

Merged revisions 356,20566 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/unionfs-utils/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r20566 | jgc | 2008-12-05 20:40:20 +0000 (Fri, 05 Dec 2008) | 2 lines
  
  nolibtool -> !libtool
........

Modified:
  unionfs-utils/repos/extra-i686/	(properties)
  unionfs-utils/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Property changes on: unionfs-utils/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /unionfs-utils/trunk:1
   + /unionfs-utils/trunk:1-20566

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-05 20:40:20 UTC (rev 20566)
+++ extra-i686/PKGBUILD	2008-12-05 20:40:52 UTC (rev 20567)
@@ -7,16 +7,15 @@
 pkgrel=1
 pkgdesc="A stackable unification file system, which can merge the contents of several directories"
 url="http://www.unionfs.org/"
-makedepends=(autoconf automake libtool gcc)
 depends=(e2fsprogs)
+makedepends=(autoconf automake libtool gcc)
+options=('!libtool')
 source=(ftp://ftp.filesystems.org/pub/unionfs/unionfs-utils-0.x/snapshots/unionfs-utils-0.1-cvs${pkgver}.tar.gz)
 md5sums=('9a0e61a38c176386feb86d0b2c157afb')
-options=('nolibtool')
 
-build()
-{
-    cd $startdir/src/unionfs-utils-0.1-cvs${pkgver}
-    ./bootstrap && ./configure --prefix=/usr
-    make || return
-    make DESTDIR=$startdir/pkg/ install
+build() {
+  cd "${srcdir}/unionfs-utils-0.1-cvs${pkgver}"
+  ./bootstrap && ./configure --prefix=/usr || return 1
+  make || return
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list