wok diff tix/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children 5f652b930fb9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tix/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tix"
     1.7 +SOURCE="Tix"
     1.8 +VERSION="8.4.3"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Tk Interface eXtension."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="BSD"
    1.13 +TARBALL="$SOURCE$VERSION-src.tar.gz"
    1.14 +WEB_SITE="http://tix.sourceforge.net/"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +DEPENDS="tcl xorg-libX11 xorg-libXau xorg-libXdmcp libxcb"
    1.18 +BUILD_DEPENDS="tcl-dev tk-dev xorg-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +#
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/usr $fs
    1.33 +}