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/libdnet/PKGBUILD | 34 ---------------------------------- community/libdnet/libdnet.install | 3 --- 2 files changed, 37 deletions(-) delete mode 100644 community/libdnet/PKGBUILD delete mode 100644 community/libdnet/libdnet.install (limited to 'community/libdnet') diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD deleted file mode 100644 index d12544eef..000000000 --- a/community/libdnet/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 91834 2013-05-28 17:04:24Z spupykin $ -# Maintainer: Sergej Pupykin -# Contributor: James Fryman - -pkgname=libdnet -pkgver=1.12 -pkgrel=7 -pkgdesc="A simplified, portable interface to several low-level networking routines" -arch=(i686 x86_64) -makedepends=(python2) -optdepends=(python2) -license=("BSD") -url="http://code.google.com/p/libdnet/" -options=('!libtool') -source=(http://libdnet.googlecode.com/files/libdnet-$pkgver.tgz) -md5sums=('9253ef6de1b5e28e9c9a62b882e44cc9') - -build() { - cd $srcdir/$pkgname-$pkgver - - autoreconf -I config --force --install - ./configure --prefix=/usr --sbindir=/usr/bin - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR="$pkgdir/" install - - cd python && \ - python2 setup.py install --root=$pkgdir - - install -D -m0644 ../LICENSE $pkgdir/usr/share/licenses/libdnet/license -} diff --git a/community/libdnet/libdnet.install b/community/libdnet/libdnet.install deleted file mode 100644 index 3264378fd..000000000 --- a/community/libdnet/libdnet.install +++ /dev/null @@ -1,3 +0,0 @@ -post_install() { - /sbin/ldconfig -} -- cgit v1.2.3-54-g00ecf