From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- wireshark-cli/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'wireshark-cli') diff --git a/wireshark-cli/PKGBUILD b/wireshark-cli/PKGBUILD index 572648a..48111ef 100644 --- a/wireshark-cli/PKGBUILD +++ b/wireshark-cli/PKGBUILD @@ -1,5 +1,5 @@ -# Contributor: Hugo Doria # Maintainer: Florian "Bluewind" Pritz +# Contributor: Hugo Doria pkgname=wireshark-cli pkgver=1.2.10 @@ -19,12 +19,12 @@ build() { cd ${srcdir}/wireshark-${pkgver} export CFLAGS="-fno-unit-at-a-time ${CFLAGS}" - patch -Np1 -i $srcdir/wireshark-1.1.2--as-needed.patch || return 1 - autoreconf -f -i || return 1 + patch -Np1 -i $srcdir/wireshark-1.1.2--as-needed.patch + autoreconf -f -i - ./configure --prefix=/usr --with-ssl --disable-wireshark --disable-gtktest || return 1 - make all || return 1 - make DESTDIR=${pkgdir} install || return 1 + ./configure --prefix=/usr --with-ssl --disable-wireshark --disable-gtktest + make all + make DESTDIR=${pkgdir} install } md5sums=('bddf081d9169402f8093bf4155f10e98' 'cc87d7eb31f256df751b3371b1c426e9') -- cgit v1.2.3-24-g4f1b