diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-15 12:23:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-15 12:23:58 +0000 |
commit | 04d33f81d6bfc20769e7cfa0c1055c4aa103a28d (patch) | |
tree | 1b4f6600cf0302d423af37153f03645974a03c7b /x11/xcmiscproto | |
parent | 818f7099db8d051a110c2d52e75392c9d5d6013c (diff) | |
download | aports-04d33f81d6bfc20769e7cfa0c1055c4aa103a28d.tar.bz2 aports-04d33f81d6bfc20769e7cfa0c1055c4aa103a28d.tar.xz |
x11/xcmiscproto: new aport
X11 XC-Miscellaneous extension wire protocol
Diffstat (limited to 'x11/xcmiscproto')
-rw-r--r-- | x11/xcmiscproto/APKBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xcmiscproto/APKBUILD b/x11/xcmiscproto/APKBUILD new file mode 100644 index 000000000..fbb67d38d --- /dev/null +++ b/x11/xcmiscproto/APKBUILD @@ -0,0 +1,18 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=xcmiscproto +pkgver=1.1.2 +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="fde0b050901f024b19159cdacdcfbd20 xcmiscproto-1.1.2.tar.bz2" |