diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/linux-atm/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/linux-atm/PKGBUILD')
-rw-r--r-- | abs/core-testing/linux-atm/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core-testing/linux-atm/PKGBUILD b/abs/core-testing/linux-atm/PKGBUILD deleted file mode 100644 index 18cd3c8..0000000 --- a/abs/core-testing/linux-atm/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# $Id: PKGBUILD 13520 2008-09-27 14:40:44Z tpowa $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -# Contributor: Surain Mallawa Arachchi <mas@crc32.net> - -pkgname=linux-atm -pkgver=2.5.0 -pkgrel=1 -pkgdesc="Drivers and tools to support ATM networking under Linux." -arch=('i686' 'x86_64') -depends=('glibc') -source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \ - linux-atm-2.5.0-glibc28.patch) -url="http://linux-atm.sourceforge.net/" -license=(GPL) -options=(!libtool) -md5sums=('0b45a0e801fac7093ce4b0cadf419965' - '2e195df66995d2feb9ccc602cbf399b2') - -build() { - cd $startdir/src/$pkgname-$pkgver - patch -Np1 -i ../linux-atm-2.5.0-glibc28.patch || return 1 - ./configure --prefix=/usr --sysconfdir=/etc || return 1 - make || return 1 - make DESTDIR=$startdir/pkg install -} |