wok diff xorg-libXpm/receipt @ rev 14640

Xorg. xorg-libXt: add glib-dev as bdeps; xorg-libXpm: reformat, move binaries to xorg-libXpm-util new package; xorg-libXaw: up 1.0.11.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 02 16:41:49 2013 +0000 (2013-06-02)
parents fd19f13ad61d
children b55f4ee81f38
line diff
     1.1 --- a/xorg-libXpm/receipt	Tue Apr 24 23:26:41 2012 +0200
     1.2 +++ b/xorg-libXpm/receipt	Sun Jun 02 16:41:49 2013 +0000
     1.3 @@ -3,25 +3,26 @@
     1.4  PACKAGE="xorg-libXpm"
     1.5  VERSION="3.5.10"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Xorg server module."
     1.8 +SHORT_DESC="X Pixmap Library"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10 -SOURCE="libXpm"
    1.11 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12 -DEPENDS="xorg-libXext xorg-libXt"
    1.13 -BUILD_DEPENDS="xorg-libXext-dev xorg-libXt-dev util-linux-uuid-dev"
    1.14 +LICENSE="other"
    1.15  WEB_SITE="http://www.x.org/"
    1.16 +TARBALL="${PACKAGE#xorg-}-$VERSION.tar.bz2"
    1.17  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.18  
    1.19 +DEPENDS="xorg-libX11"
    1.20 +BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev"
    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.