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/torsocks/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/torsocks/PKGBUILD (limited to 'community/torsocks/PKGBUILD') diff --git a/community/torsocks/PKGBUILD b/community/torsocks/PKGBUILD deleted file mode 100644 index 352a1dce2..000000000 --- a/community/torsocks/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Daniel Micay -# Contributor: Nicolas Pouillard -# Contributor: Rorschach - -pkgname=torsocks -pkgver=1.3 -pkgrel=4 -pkgdesc='Wrapper to safely torify applications' -arch=('i686' 'x86_64') -url='http://code.google.com/p/torsocks' -license=('GPL2') -depends=('tor') -makedepends=('git') -options=(!libtool) -backup=("etc/${pkgname}.conf") -source=("git://git.torproject.org/torsocks.git#tag=1.3") -md5sums=(SKIP) - -build() { - cd $pkgname - ./autogen.sh - ./configure --prefix=/usr --sysconfdir=/etc - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir/" install - find "$pkgdir/usr/share" -maxdepth 1 -type f -delete -} -- cgit v1.2.3-54-g00ecf