mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/bigreqsproto: specify license
This commit is contained in:
parent
faade954e6
commit
0c2cb28820
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user