wok annotate xorg-recordproto/receipt @ rev 7001
glew: pack devel files separately
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Oct 31 15:40:47 2010 +0100 (2010-10-31) |
parents | 4e4cf23c531e |
children | 7eb96ec3c3e0 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-recordproto" |
pankso@5291 | 4 VERSION="1.14" |
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@20 | 13 # Rules to configure and make the package. |
pankso@20 | 14 compile_rules() |
pankso@20 | 15 { |
pankso@20 | 16 cd $src |
pankso@20 | 17 ./configure --prefix=/usr --sysconfdir=/etc \ |
pankso@20 | 18 --mandir=/usr/share/man --localstatedir=/var \ |
pankso@20 | 19 $CONFIGURE_ARGS |
pankso@20 | 20 make |
pankso@20 | 21 make DESTDIR=$PWD/_pkg install |
pankso@20 | 22 } |
pankso@20 | 23 |
pankso@20 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 25 genpkg_rules() |
pankso@20 | 26 { |
pankso@20 | 27 cp -a $_pkg/* $fs |
pankso@20 | 28 } |