aboutsummaryrefslogtreecommitdiffstats
path: root/main/setxkbmap
diff options
context:
space:
mode:
Diffstat (limited to 'main/setxkbmap')
-rw-r--r--main/setxkbmap/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD
deleted file mode 100644
index b9491de40a2..00000000000
--- a/main/setxkbmap/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=setxkbmap
-pkgver=1.3.2
-pkgrel=0
-pkgdesc="set the keyboard using the X Keyboard Extension"
-url="http://xorg.freedesktop.org/"
-arch="all"
-options="!check" # No test suite.
-license="MIT"
-makedepends="libxkbfile-dev util-macros"
-subpackages="$pkgname-doc"
-source="https://www.x.org/releases/individual/app/setxkbmap-$pkgver.tar.bz2"
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38 setxkbmap-1.3.2.tar.bz2"