core/bkeymaps: new aport

Binary keymaps for busybox
http://dev.alpinelinux.org/alpine/bkeymaps
This commit is contained in:
Natanael Copa 2009-02-19 09:20:42 +00:00
parent 600b8a24e1
commit ce6f3d73f1

15
core/bkeymaps/APKBUILD Normal file
View File

@ -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"