summaryrefslogtreecommitdiffstats
path: root/x11/encodings
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-22 13:58:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-22 13:58:31 +0000
commitb0c6bd42041329ffea9051ba9cb2a6fab24a0ece (patch)
tree68a981e98487bd690fea0aa0ccc38080284a5f12 /x11/encodings
parent8356d905ae1aff1405b1eabde052be93c3391de1 (diff)
downloadaports-b0c6bd42041329ffea9051ba9cb2a6fab24a0ece.tar.bz2
aports-b0c6bd42041329ffea9051ba9cb2a6fab24a0ece.tar.xz
x11/encodings:a new aport
X.org font encoding files
Diffstat (limited to 'x11/encodings')
-rw-r--r--x11/encodings/APKBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/encodings/APKBUILD b/x11/encodings/APKBUILD
new file mode 100644
index 00000000..d68c855d
--- /dev/null
+++ b/x11/encodings/APKBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=encodings
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="X.org font encoding files"
+url="http://xorg.freedesktop.org/"
+license="custom"
+depends="uclibc"
+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
+ make DESTDIR="$pkgdir" install || return 1
+}
+md5sums="11adda157b03d63fd61d95ad7ef00466 encodings-1.0.2.tar.bz2"