aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-02-19 09:20:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-02-19 09:20:42 +0000
commitce6f3d73f192aea7f12243f16da92e0029ee6079 (patch)
treee94362920506204408b7c8b2b14486997b004271 /core
parent600b8a24e126944224aab6eac9937b27c3467d04 (diff)
downloadaports-ce6f3d73f192aea7f12243f16da92e0029ee6079.tar.bz2
aports-ce6f3d73f192aea7f12243f16da92e0029ee6079.tar.xz
core/bkeymaps: new aport
Binary keymaps for busybox http://dev.alpinelinux.org/alpine/bkeymaps
Diffstat (limited to 'core')
-rw-r--r--core/bkeymaps/APKBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/bkeymaps/APKBUILD b/core/bkeymaps/APKBUILD
new file mode 100644
index 0000000000..416b9811cc
--- /dev/null
+++ b/core/bkeymaps/APKBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=bkeymaps
+pkgver=1.13
+pkgrel=0
+pkgdesc="Binary keymaps for busybox"
+url="http://dev.alpinelinux.org/alpine/bkeymaps"
+license="GPL"
+depends="busybox"
+source="http://dev.alpinelinux.org/alpine/$pkgname/$pkgname-$pkgver.tar.gz"
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+md5sums="a68058ab4a81cf9a8dcbaaa7a5df5b11 bkeymaps-1.13.tar.gz"