mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xextproto
|
|
pkgver=7.3.0
|
|
pkgrel=2
|
|
pkgdesc="X11 various extension wire protocol"
|
|
url="http://xorg.freedesktop.org/"
|
|
arch="noarch"
|
|
license="custom"
|
|
depends=""
|
|
makedepends="util-macros xmlto"
|
|
subpackages="$pkgname-doc"
|
|
source="http://www.x.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
|
|
|
|
prepare() {
|
|
cd "$builddir"
|
|
default_prepare
|
|
update_config_sub
|
|
}
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make -j1 DESTDIR=""$pkgdir"" install
|
|
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
|
}
|
|
md5sums="70c90f313b4b0851758ef77b95019584 xextproto-7.3.0.tar.bz2"
|
|
sha256sums="f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0 xextproto-7.3.0.tar.bz2"
|
|
sha512sums="238beed85fcf6fe5b0809e52814dd44fa45fe6868239990086cb8dd2c446292dd4794698abd07ed10bd146a7096c1679f7160da226f9e861dfaf6c8e22315d61 xextproto-7.3.0.tar.bz2"
|