diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-13 16:00:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-13 16:00:16 +0000 |
commit | da49ad32c469ea4e9426a6ac6d8c2e1db97edda6 (patch) | |
tree | 35308ac79cebd3b0b61be6a1e1834257ef8082d5 /main/dahdi-linux-grsec | |
parent | 274c1072d286ab5def79cb16798ae89e6d71017d (diff) | |
download | aports-da49ad32c469ea4e9426a6ac6d8c2e1db97edda6.tar.bz2 aports-da49ad32c469ea4e9426a6ac6d8c2e1db97edda6.tar.xz |
main/*: add arch
Diffstat (limited to 'main/dahdi-linux-grsec')
-rw-r--r-- | main/dahdi-linux-grsec/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD index 4dee6d67b..754c36cd6 100644 --- a/main/dahdi-linux-grsec/APKBUILD +++ b/main/dahdi-linux-grsec/APKBUILD @@ -21,6 +21,7 @@ _mypkgrel=0 pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="Digium Asterisk Hardware Device Interface drivers $_dahdiver" url="http://www.asterisk.org" +arch="x86 x86_64" license="GPL" depends="dahdi-linux linux-${_flavor}=${_kernelver}" # we need wget and tar because make install downloads firmware and uses fancy |