diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/glib2/PKGBUILD | 4 | ||||
-rw-r--r-- | core/grep/PKGBUILD | 6 | ||||
-rw-r--r-- | core/iw/PKGBUILD | 6 | ||||
-rw-r--r-- | core/less/PKGBUILD | 6 | ||||
-rw-r--r-- | core/libksba/PKGBUILD | 17 | ||||
-rw-r--r-- | core/libtool/PKGBUILD | 4 | ||||
-rw-r--r-- | core/pcre/PKGBUILD | 15 |
7 files changed, 30 insertions, 28 deletions
diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index 5b5e98dbe..27d9d248f 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 142720 2011-11-13 20:52:32Z ibiru $ +# $Id: PKGBUILD 149930 2012-02-11 23:29:30Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=glib2 pkgver=2.30.2 -pkgrel=1 +pkgrel=2 pkgdesc="Common C routines used by GTK+ and other libs" url="http://www.gtk.org/" arch=(i686 x86_64) diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD index ee0dcc114..96aa4b3bd 100644 --- a/core/grep/PKGBUILD +++ b/core/grep/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 143252 2011-11-24 01:36:25Z allan $ +# $Id: PKGBUILD 149932 2012-02-11 23:29:33Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=grep pkgver=2.10 -pkgrel=1 +pkgrel=2 pkgdesc="A string search utility" arch=('i686' 'x86_64') license=('GPL3') @@ -19,7 +19,7 @@ md5sums=('709915434d09f5db655e5ebd7fd6bb7f' build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --bindir=/bin --without-included-regex + ./configure --prefix=/usr --without-included-regex make } diff --git a/core/iw/PKGBUILD b/core/iw/PKGBUILD index 8d6015157..cd622ddb6 100644 --- a/core/iw/PKGBUILD +++ b/core/iw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 135527 2011-08-14 20:37:21Z thomas $ +# $Id: PKGBUILD 149926 2012-02-11 23:08:41Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> pkgname=iw -pkgver=3.0 +pkgver=3.3 pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" arch=("i686" "x86_64") @@ -11,7 +11,7 @@ license=("GPL") depends=("libnl") makedepends=("kernel-headers") source=(http://wireless.kernel.org/download/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('a0ccbf1ce71ae4bdb05495ca18ab00a87c06dce2c3bf8b8358c615e60c4632fb') +sha256sums=('567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/core/less/PKGBUILD b/core/less/PKGBUILD index 20d09d07d..4b1289429 100644 --- a/core/less/PKGBUILD +++ b/core/less/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142066 2011-11-04 23:35:58Z allan $ +# $Id: PKGBUILD 149934 2012-02-11 23:29:36Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=less pkgver=444 -pkgrel=2 +pkgrel=3 pkgdesc="A terminal based program for viewing text files" license=('GPL3') arch=('i686' 'x86_64') @@ -26,6 +26,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make prefix="${pkgdir}"/usr install - install -dm755 "${pkgdir}"/bin - mv "${pkgdir}"/usr/bin/${pkgname} "${pkgdir}"/bin } diff --git a/core/libksba/PKGBUILD b/core/libksba/PKGBUILD index ccc897c8b..505a60633 100644 --- a/core/libksba/PKGBUILD +++ b/core/libksba/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 146743 2012-01-16 22:52:50Z dreisner $ +# $Id: PKGBUILD 149815 2012-02-11 07:14:25Z tpowa $ # Maintainer: damir <damir@archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=libksba pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A CMS and X.509 access library" arch=(i686 x86_64) license=('GPL') @@ -15,9 +15,18 @@ options=(!libtool) install=libksba.install build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make - make DESTDIR=$startdir/pkg install +} + +check() { + cd $srcdir/$pkgname-$pkgver + make check +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install } md5sums=('e797f370b69b4dc776499d6a071ae137') diff --git a/core/libtool/PKGBUILD b/core/libtool/PKGBUILD index dc3efba50..d05382223 100644 --- a/core/libtool/PKGBUILD +++ b/core/libtool/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 141370 2011-10-30 06:46:45Z allan $ +# $Id: PKGBUILD 149936 2012-02-11 23:29:39Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -6,7 +6,7 @@ pkgname=('libtool' 'libltdl') pkgver=2.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="A generic library support script" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libtool" diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD index 5d98eea9f..f9290cebf 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 145006 2011-12-13 23:40:35Z allan $ +# $Id: PKGBUILD 149938 2012-02-11 23:29:42Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=pcre -pkgver=8.21 +pkgver=8.30 pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') @@ -13,14 +13,14 @@ license=('BSD') depends=('gcc-libs') options=('!libtool') source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('0a7b592bea64b7aa7f4011fc7171a730' - '4768871445dff956e620a9e902b4db55') +md5sums=('98e8928cccc945d04279581e778fbdff' + '01eee0333fa71687e0b6756db77f94ad') build() { cd "${srcdir}"/${pkgname}-${pkgver} [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" - ./configure --prefix=/usr --enable-jit \ + ./configure --prefix=/usr --enable-pcre16 --enable-jit \ --enable-utf8 --enable-unicode-properties make } @@ -34,10 +34,5 @@ package() { cd "${srcdir}"/${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install - # grep uses pcre, so we need the libs in /lib - install -dm755 "${pkgdir}"/lib - mv "${pkgdir}"/usr/lib/libpcre.so.* "${pkgdir}"/lib/ - ln -sf /lib/libpcre.so.0 "${pkgdir}"/usr/lib/libpcre.so - install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } |