wok annotate xorg-xf86vidmodeproto/receipt @ rev 12349
syslinux: merge setarg ifarg & listarg modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 19 18:35:25 2012 +0200 (2012-04-19) |
parents | 4e4cf23c531e |
children | b819c0ead351 |
rev | line source |
---|---|
pankso@88 | 1 # SliTaz package receipt. |
pankso@88 | 2 |
pankso@88 | 3 PACKAGE="xorg-xf86vidmodeproto" |
pankso@5291 | 4 VERSION="2.3" |
pankso@200 | 5 CATEGORY="development" |
pankso@88 | 6 SHORT_DESC="Xorg server protocol." |
pankso@88 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@88 | 8 SOURCE="xf86vidmodeproto" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@88 | 10 WEB_SITE="http://www.x.org/" |
pankso@88 | 11 WGET_URL="$XORG_MIRROR/proto/$TARBALL" |
pankso@88 | 12 |
pankso@88 | 13 # Rules to configure and make the package. |
pankso@88 | 14 compile_rules() |
pankso@88 | 15 { |
pankso@88 | 16 cd $src |
pankso@88 | 17 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@88 | 18 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@88 | 19 $CONFIGURE_ARGS |
pankso@88 | 20 make |
pankso@88 | 21 make DESTDIR=$PWD/_pkg install |
pankso@88 | 22 } |
pankso@88 | 23 |
pankso@88 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@88 | 25 genpkg_rules() |
pankso@88 | 26 { |
pankso@88 | 27 cp -a $_pkg/* $fs |
pankso@88 | 28 } |
pankso@88 | 29 |