From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/wvstreams/PKGBUILD | 54 -------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 community/wvstreams/PKGBUILD (limited to 'community/wvstreams/PKGBUILD') diff --git a/community/wvstreams/PKGBUILD b/community/wvstreams/PKGBUILD deleted file mode 100644 index eb5b48e7f..000000000 --- a/community/wvstreams/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# $Id: PKGBUILD 92257 2013-06-03 11:15:30Z allan $ -# Maintainer: -# Contributor: Andrea Scarpino -# Contributor: dorphell - -pkgname=wvstreams -pkgver=4.6.1 -pkgrel=6 -pkgdesc="A network programming library written in C++" -arch=('i686' 'x86_64') -url="http://alumnit.ca/wiki/?page=WvStreams" -license=('LGPL') -depends=('zlib' 'pam' 'xplc' 'openssl' 'readline') -source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz -wvstreams-4.6.1-glibc212.patch wvstreams-4.6.1-gcc47.patch openssl-buildfix.patch) -md5sums=('2760dac31a43d452a19a3147bfde571c' - '5f6e24864209055239cb4e7c9bbd4a41' - '217e5dedd7f1d50588a5a67d637fc8a1' - 'df423c68134a09439b3961c34635e0b4') -options=('!makeflags') - -prepare() { - cd ${pkgname}-${pkgver} - - patch -p0 -i "$srcdir/wvstreams-4.6.1-glibc212.patch" - patch -p0 -i "$srcdir/wvstreams-4.6.1-gcc47.patch" - patch -p1 -i "$srcdir/openssl-buildfix.patch" -} - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr \ - --sbin=/usr/bin \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --without-dbus \ - --with-pam \ - --with-openssl \ - --without-tcl \ - --without-qt - make COPTS="$CFLAGS -fPIC" CXXOPTS="$CXXFLAGS -fPIC -fpermissive -fno-tree-dce -fno-optimize-sibling-calls" VERBOSE=1 -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - - # FS#15974 - # --without-dbus still installs the pkg-config file - rm "${pkgdir}/usr/lib/pkgconfig/libwvdbus.pc" - # --without-qt still installs the pkg-config file - rm "${pkgdir}/usr/lib/pkgconfig/libwvqt.pc" -} -- cgit v1.2.3-54-g00ecf