wok-current annotate xorg-recordproto/receipt @ rev 13428
Add ntfsprogs-dev (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 04 11:21:46 2012 +0200 (2012-10-04) |
parents | c514cc4854d8 |
children | a09e9d64e4c9 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-recordproto" |
pankso@12503 | 4 VERSION="1.14.2" |
pankso@211 | 5 CATEGORY="development" |
pankso@20 | 6 SHORT_DESC="Xorg record protol." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@20 | 8 SOURCE="recordproto" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@20 | 10 WEB_SITE="http://www.x.org/" |
pankso@20 | 11 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@20 | 12 |
pankso@12503 | 13 DEPENDS="xorg-util-macros" |
pankso@12503 | 14 BUILD_DEPENDS="xorg-util-macros" |
pankso@12503 | 15 |
pankso@20 | 16 # Rules to configure and make the package. |
pankso@20 | 17 compile_rules() |
pankso@20 | 18 { |
pankso@12503 | 19 cd $src |
pankso@12503 | 20 ./configure \ |
pankso@12503 | 21 --sysconfdir=/etc \ |
pankso@12503 | 22 --mandir=/usr/share/man \ |
pankso@12503 | 23 --localstatedir=/var \ |
pankso@12503 | 24 $CONFIGURE_ARGS && |
pankso@12503 | 25 make && make install |
pankso@20 | 26 } |
pankso@20 | 27 |
pankso@20 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 29 genpkg_rules() |
pankso@20 | 30 { |
pankso@12503 | 31 cp -a $install/* $fs |
pankso@20 | 32 } |