wok diff libxfconf-dev/receipt @ rev 14463

Up: ndoutils (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 03:10:35 2013 +0200 (2013-04-27)
parents
children 6eff489aa802
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxfconf-dev/receipt	Sat Apr 27 03:10:35 2013 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libxfconf-dev"
     1.7 +VERSION="4.8.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Development files for libxfconf"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://www.xfce.org/"
    1.12 +
    1.13 +WANTED="libxfconf"
    1.14 +DEPENDS="libxfconf dbus-glib-dev libxfce4util-dev"
    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/lib $fs/usr/share
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/*.a* $fs/usr/lib
    1.23 +}