wok-6.x diff xorg-libFS/receipt @ rev 14637
Xorg: add xorg-libXScrnSaver(-dev); reformat receipts and add licenses: xorg-libFS* xorg-libICE* xorg-libSM* xorg-libXext* xorg-libXmu* xorg-libXt*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 02 12:47:38 2013 +0000 (2013-06-02) |
parents | c4160798b7d5 |
children | 5ddb4d29b420 |
line diff
1.1 --- a/xorg-libFS/receipt Sat Jun 01 18:55:13 2013 +0200 1.2 +++ b/xorg-libFS/receipt Sun Jun 02 12:47:38 2013 +0000 1.3 @@ -3,26 +3,26 @@ 1.4 PACKAGE="xorg-libFS" 1.5 VERSION="1.0.5" 1.6 CATEGORY="x-window" 1.7 -SHORT_DESC="Xorg server module." 1.8 +SHORT_DESC="Library Interface to the X Font Server" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 -SOURCE="libFS" 1.11 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 +LICENSE="other" 1.13 WEB_SITE="http://www.x.org/" 1.14 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2" 1.15 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.16 1.17 -DEPENDS="" 1.18 -BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans" 1.19 +DEPENDS="glibc-base" 1.20 +BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure \ 1.27 --sysconfdir=/etc \ 1.28 - --mandir=/usr/share/man \ 1.29 --localstatedir=/var \ 1.30 + --disable-static \ 1.31 $CONFIGURE_ARGS && 1.32 - make && make install 1.33 + make && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.