diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-12 10:11:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-12 10:11:44 +0000 |
commit | 5810663c10db3057f9e900a837775c17693a7747 (patch) | |
tree | 302e4fc47e28d1bca2d610d527268a4e1bcf72c8 | |
parent | fec5a679495a09a0df27bec582bee0bc1238863b (diff) | |
download | aports-5810663c10db3057f9e900a837775c17693a7747.tar.bz2 aports-5810663c10db3057f9e900a837775c17693a7747.tar.xz |
testing/linux-sources: removed since we have it in core now
-rw-r--r-- | testing/linux-sources/APKBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/linux-sources/APKBUILD b/testing/linux-sources/APKBUILD deleted file mode 100644 index 63c1b47ac3..0000000000 --- a/testing/linux-sources/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -pkgname=linux-sources -pkgver=2.6.28.4 -_kernver=2.6.28 -pkgrel=0 -pkgdesc="The vanilla Linux kernel sources" -arch=i486 -license=GPL-2 -url=http://kernel.org -source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 - " - -build() { - cd $srcdir/linux-$_kernver - if [ "$_kernver" != "$pkgver" ]; then - bunzip2 -c < ../patch-$pkgver.bz2 | patch -p1 || return 1 - fi - - mkdir -p "$pkgdir/usr/src" - cd "$srcdir" - mv "linux-$_kernver" "$pkgdir/usr/src/linux-$pkgver" -} - -md5sums="d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -65afbbf63a73ee7be7227531622049fe patch-2.6.28.4.bz2" |