diff options
Diffstat (limited to 'x11/xf86bigfontproto/APKBUILD')
-rw-r--r-- | x11/xf86bigfontproto/APKBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xf86bigfontproto/APKBUILD b/x11/xf86bigfontproto/APKBUILD new file mode 100644 index 000000000..489753812 --- /dev/null +++ b/x11/xf86bigfontproto/APKBUILD @@ -0,0 +1,18 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=xf86bigfontproto +pkgver=1.1.2 +pkgrel=0 +pkgdesc="X11 Big Fonts extension wire protocol" +url="http://xorg.freedesktop.org/" +license="custom" +depends="" +makedepends="" +source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr + make || return 1 + make DESTDIR="$pkgdir" install || return 1 +} +md5sums="a318c1e86123832d7b0c95fc7d47ef35 xf86bigfontproto-1.1.2.tar.bz2" |