diff options
Diffstat (limited to 'main/xcmiscproto/APKBUILD')
-rw-r--r-- | main/xcmiscproto/APKBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/xcmiscproto/APKBUILD b/main/xcmiscproto/APKBUILD new file mode 100644 index 0000000000..e01070a771 --- /dev/null +++ b/main/xcmiscproto/APKBUILD @@ -0,0 +1,18 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=xcmiscproto +pkgver=1.2.0 +pkgrel=0 +pkgdesc="X11 XC-Miscellaneous 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="7b83e4a7e9f4edc9c6cfb0500f4a7196 xcmiscproto-1.2.0.tar.bz2" |