aboutsummaryrefslogtreecommitdiffstats
path: root/x11/encodings/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/encodings/APKBUILD')
-rw-r--r--x11/encodings/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/encodings/APKBUILD b/x11/encodings/APKBUILD
deleted file mode 100644
index 7b9cca22ca..0000000000
--- a/x11/encodings/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=encodings
-pkgver=1.0.3
-pkgrel=0
-pkgdesc="X.org font encoding files"
-url="http://xorg.freedesktop.org/"
-license="custom"
-depends=
-makedepends="pkgconfig mkfontscale"
-install=
-source="http://xorg.freedesktop.org/releases/individual/font/encodings-$pkgver.tar.bz2"
-
-build() {
- cd "$srcdir"/encodings-$pkgver
- ./configure --prefix=/usr \
- --with-encodingsdir=/usr/share/fonts/encodings
- make || return 1
-}
-
-package() {
- cd "$srcdir"/encodings-$pkgver
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="29637480e7ce12546668631067c19ced encodings-1.0.3.tar.bz2"