wok annotate xorg-libXScrnSaver/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 303cc9eb28c5
children 814c58f64f83
rev   line source
al@14637 1 # SliTaz package receipt.
al@14637 2
al@14637 3 PACKAGE="xorg-libXScrnSaver"
al@14637 4 VERSION="1.2.2"
al@14637 5 CATEGORY="x-window"
al@14637 6 SHORT_DESC="The XScrnSaver Library"
al@14637 7 MAINTAINER="al.bobylev@gmail.com"
al@14637 8 LICENSE="other"
al@14637 9 WEB_SITE="http://www.x.org/"
slaxemulator@14639 10 SOURCE="libXScrnSaver"
slaxemulator@14639 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
al@14637 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@14637 13
al@14637 14 DEPENDS="xorg-libXext"
al@14637 15 BUILD_DEPENDS="xorg-libXext-dev xorg-scrnsaverproto"
al@14637 16
al@14637 17 # Rules to configure and make the package.
al@14637 18 compile_rules()
al@14637 19 {
al@14637 20 ./configure \
al@14637 21 --sysconfdir=/etc \
al@14637 22 --localstatedir=/var \
al@14637 23 --disable-static \
al@14637 24 $CONFIGURE_ARGS &&
al@14637 25 make &&
al@14637 26 make install
al@14637 27 }
al@14637 28
al@14637 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14637 30 genpkg_rules()
al@14637 31 {
al@14637 32 mkdir -p $fs/usr/lib
al@14637 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@14637 34 }