wok-current annotate xorg-xf86miscproto/receipt @ rev 23958
Up fossil (2.12.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 01 09:48:30 2020 +0000 (2020-10-01) |
parents | 3af9c976b7d4 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@88 | 1 # SliTaz package receipt. |
pankso@88 | 2 |
pankso@88 | 3 PACKAGE="xorg-xf86miscproto" |
pankso@5291 | 4 VERSION="0.9.3" |
pankso@200 | 5 CATEGORY="development" |
al@14604 | 6 SHORT_DESC="XF86Misc extension headers" |
pankso@88 | 7 MAINTAINER="pankso@slitaz.org" |
al@14604 | 8 LICENSE="other" |
pascal@20423 | 9 WEB_SITE="https://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="xf86miscproto" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@88 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@88 | 13 |
pascal@15598 | 14 DEPENDS="xorg-xproto pkg-config" |
al@14604 | 15 BUILD_DEPENDS="xorg-util-macros" |
al@14604 | 16 |
pankso@88 | 17 # Rules to configure and make the package. |
pankso@88 | 18 compile_rules() |
pankso@88 | 19 { |
al@14604 | 20 ./configure \ |
al@14604 | 21 --sysconfdir=/etc \ |
al@14604 | 22 --localstatedir=/var \ |
al@14604 | 23 $CONFIGURE_ARGS && |
al@14604 | 24 make && |
al@14604 | 25 make install |
pankso@88 | 26 } |
pankso@88 | 27 |
pankso@88 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@88 | 29 genpkg_rules() |
pankso@88 | 30 { |
al@14604 | 31 mkdir -p $fs/usr/share/licenses |
al@14604 | 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt |
al@14604 | 33 |
al@14604 | 34 cp -a $install/* $fs |
pankso@88 | 35 } |