wok diff xorg-libXp-dev/receipt @ rev 6857

Up: coreutils to 8.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 11:34:25 2010 +0000 (2010-10-20)
parents
children c514cc4854d8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-libXp-dev/receipt	Wed Oct 20 11:34:25 2010 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-libXp-dev"
     1.7 +SOURCE="libXp"
     1.8 +VERSION="1.0.0"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Xorg module devel files."
    1.11 +MAINTAINER="rcx@zoominternet.net"
    1.12 +DEPENDS=""
    1.13 +BUILD_DEPENDS=""
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +WANTED="xorg-libXp"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	# _pkg is not set correctly when both SOURCE and WANTED are defined
    1.21 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.22 +
    1.23 +	mkdir -p $fs/usr/lib
    1.24 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.26 +}
    1.27 +