summaryrefslogtreecommitdiffstats
path: root/main/bigreqsproto
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-30 15:50:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:33 +0000
commit0c2cb2882054e115e07a8a5e46e54cad42124bb1 (patch)
treef737797ddaafe309639189d95bc4e40e4b7f7c12 /main/bigreqsproto
parentfaade954e68f88a2d1585db9859ab84ba7ab45d8 (diff)
downloadaports-0c2cb2882054e115e07a8a5e46e54cad42124bb1.tar.bz2
aports-0c2cb2882054e115e07a8a5e46e54cad42124bb1.tar.xz
main/bigreqsproto: specify license
Diffstat (limited to 'main/bigreqsproto')
-rw-r--r--main/bigreqsproto/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/bigreqsproto/APKBUILD b/main/bigreqsproto/APKBUILD
index 7f5649c99..3980fb03d 100644
--- a/main/bigreqsproto/APKBUILD
+++ b/main/bigreqsproto/APKBUILD
@@ -1,17 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bigreqsproto
pkgver=1.1.2
-pkgrel=0
+pkgrel=1
pkgdesc="X11 Big Requests extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="noarch"
-license="custom"
+license="MIT"
depends=""
makedepends=""
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
_builddir="$srcdir/$pkgname-$pkgver"
-
prepare() {
cd "$_builddir"
update_config_sub || return 1
@@ -31,4 +30,7 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
+
md5sums="1a05fb01fa1d5198894c931cf925c025 bigreqsproto-1.1.2.tar.bz2"
+sha256sums="462116ab44e41d8121bfde947321950370b285a5316612b8fce8334d50751b1e bigreqsproto-1.1.2.tar.bz2"
+sha512sums="9c2f98191169f7bca69601fcea5ddcb45d50b3a6bae087a2d6ee2d83f9729155b23268ad4c46a3cc99162cdacf4c8e3d7f061e58d73237da96f23123444f67d8 bigreqsproto-1.1.2.tar.bz2"