summaryrefslogtreecommitdiffstats
path: root/core/linux-grsec
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-06 15:16:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-06 15:16:36 +0000
commitfbcbd75063e87bfe6aed316a8b7d21df2428b547 (patch)
treef55122e0183028154e3fb0d039426462f5501969 /core/linux-grsec
parent3a81757e77f04bd98f4b2304ba81154b4e95c1aa (diff)
downloadaports-fbcbd75063e87bfe6aed316a8b7d21df2428b547.tar.bz2
aports-fbcbd75063e87bfe6aed316a8b7d21df2428b547.tar.xz
various: fixed so apkbuild passes sanity check
Diffstat (limited to 'core/linux-grsec')
-rw-r--r--core/linux-grsec/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/linux-grsec/APKBUILD b/core/linux-grsec/APKBUILD
index abf73d35..626edc16 100644
--- a/core/linux-grsec/APKBUILD
+++ b/core/linux-grsec/APKBUILD
@@ -1,10 +1,13 @@
pkgname=linux-grsec
pkgver=2.6.26.7
+pkgdesc="Linux kernel with grsecurity"
+url=http://grsecurity.net
_kernver=2.6.26
arch=i486
-makedepend="$pkgname-sources module-init-tools"
+makedepends="$pkgname-sources module-init-tools"
source="kernelconfig"
subpackages="mod"
+license=GPL-2
build() {
mkdir -p "$srcdir/$pkgname"