wok diff xfw/receipt @ rev 10047

Up: alsa-lib to 1.0.24.1. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 03:49:46 2011 +0000 (2011-05-20)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfw/receipt	Fri May 20 03:49:46 2011 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfw"
     1.7 +VERSION="1.19.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="X File Writer - Text editor using the Fox Toolkit."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="fox"
    1.12 +WANTED="xfe"
    1.13 +WEB_SITE="http://roland65.free.fr/xfe/"
    1.14 +LOCALE=""
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/bin
    1.20 +	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    1.21 +	copy_generic_files
    1.22 +}