wok annotate xorg-libXss/receipt @ rev 16959
mplayer-opt: typo, --disable-esd
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 29 01:39:13 2014 +0200 (2014-07-29) |
parents | eb8067417980 |
children | 814c58f64f83 |
rev | line source |
---|---|
pascal@435 | 1 # SliTaz package receipt. |
pascal@435 | 2 |
pascal@435 | 3 PACKAGE="xorg-libXss" |
slaxemulator@7028 | 4 VERSION="1.2.1" |
pascal@435 | 5 CATEGORY="x-window" |
pascal@435 | 6 SHORT_DESC="Xorg screen saver module." |
pascal@435 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pascal@435 | 9 SOURCE="libXScrnSaver" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@435 | 11 WEB_SITE="http://www.x.org/" |
pascal@435 | 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@16131 | 13 HOST_ARCH="i486 arm" |
pascal@435 | 14 |
pascal@15579 | 15 DEPENDS="xorg-libXext" |
pascal@15579 | 16 BUILD_DEPENDS="xorg-scrnsaverproto" |
pascal@15579 | 17 |
pascal@435 | 18 # Rules to configure and make the package. |
pascal@435 | 19 compile_rules() |
pascal@435 | 20 { |
pascal@435 | 21 cd $src |
pascal@435 | 22 ./configure --prefix=/usr --sysconfdir=/etc \ |
pascal@435 | 23 --mandir=/usr/share/man --localstatedir=/var \ |
pascal@435 | 24 $CONFIGURE_ARGS |
pascal@435 | 25 make |
pascal@15579 | 26 make DESTDIR=$DESTDIR install |
pascal@435 | 27 } |
pascal@435 | 28 |
pascal@435 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@435 | 30 genpkg_rules() |
pascal@435 | 31 { |
pascal@435 | 32 mkdir -p $fs/usr/lib |
pascal@15579 | 33 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@435 | 34 } |