wok annotate xorg-xset/receipt @ rev 5313
Zile: fix depends
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Apr 21 18:15:38 2010 +0200 (2010-04-21) |
parents | 170168df8ad1 |
children | 07ae722ec64e |
rev | line source |
---|---|
paul@2102 | 1 # SliTaz package receipt. |
paul@2102 | 2 |
paul@2102 | 3 PACKAGE="xorg-xset" |
paul@2102 | 4 VERSION="1.0.4" |
paul@2102 | 5 CATEGORY="x-window" |
paul@2102 | 6 SHORT_DESC="Xorg user preference utility." |
paul@2102 | 7 MAINTAINER="paul@slitaz.org" |
pankso@4770 | 8 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXp" |
pankso@4770 | 9 BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto xorg-libXp-dev" |
paul@2102 | 10 SOURCE="xset" |
paul@2102 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@2102 | 12 WEB_SITE="http://xorg.freedesktop.org/" |
paul@2102 | 13 WGET_URL="http://xorg.freedesktop.org/releases/X11R7.4/src/app/$TARBALL" |
paul@2102 | 14 |
paul@2102 | 15 # Rules to configure and make the package. |
paul@2102 | 16 compile_rules() |
paul@2102 | 17 { |
paul@2102 | 18 cd $src |
paul@2102 | 19 ./configure --prefix=/usr --infodir=/usr/share/info \ |
paul@2102 | 20 --mandir=/usr/share/man $CONFIGURE_ARGS && \ |
paul@2102 | 21 make && make DESTDIR=$PWD/_pkg install |
paul@2102 | 22 } |
paul@2102 | 23 |
paul@2102 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2102 | 25 genpkg_rules() |
paul@2102 | 26 { |
paul@2102 | 27 mkdir -p $fs/usr |
paul@2102 | 28 cp -a $_pkg/usr/bin $fs/usr |
paul@2102 | 29 } |