wok-6.x annotate xorg-dmxproto/receipt @ rev 19872
linld/tazboot: fix magic (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 30 18:01:42 2017 +0200 (2017-03-30) |
parents | 5ddb4d29b420 |
children | 814c58f64f83 |
rev | line source |
---|---|
pankso@12498 | 1 # SliTaz package receipt. |
pankso@12498 | 2 |
pankso@12498 | 3 PACKAGE="xorg-dmxproto" |
al@14604 | 4 VERSION="2.3.1" |
pankso@12498 | 5 CATEGORY="development" |
al@14604 | 6 SHORT_DESC="DMX extension headers" |
pankso@12498 | 7 MAINTAINER="pankso@slitaz.org" |
al@14604 | 8 LICENSE="other" |
pankso@12498 | 9 WEB_SITE="http://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="dmxproto" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@12498 | 12 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@12498 | 13 |
pascal@15598 | 14 DEPENDS="xorg-util-macros pkg-config" |
pankso@12498 | 15 BUILD_DEPENDS="xorg-util-macros" |
pankso@12498 | 16 |
pankso@12498 | 17 # Rules to configure and make the package. |
pankso@12498 | 18 compile_rules() |
pankso@12498 | 19 { |
pankso@12498 | 20 ./configure \ |
pankso@12498 | 21 --sysconfdir=/etc \ |
pankso@12498 | 22 --localstatedir=/var \ |
pankso@12498 | 23 $CONFIGURE_ARGS && |
al@14604 | 24 make && |
al@14604 | 25 make install |
pankso@12498 | 26 } |
pankso@12498 | 27 |
pankso@12498 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@12498 | 29 genpkg_rules() |
pankso@12498 | 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 |
pankso@12498 | 34 cp -a $install/* $fs |
pankso@12498 | 35 } |