wok annotate libxfce4ui-dev/receipt @ rev 14130

move xfconf to libxfconf (xfce itself use this name), recook libxfce4ui (depend on libxfconf)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:46:10 2013 +0000 (2013-02-28)
parents 5df382f8ff89
children 6eff489aa802
rev   line source
erjo@8015 1 # SliTaz package receipt.
erjo@8015 2
erjo@8015 3 PACKAGE="libxfce4ui-dev"
erjo@8015 4 VERSION="4.8.0"
erjo@8015 5 CATEGORY="development"
erjo@8015 6 SHORT_DESC="Xfce Gtk Widget library dev files"
erjo@8015 7 MAINTAINER="erjo@slitaz.org"
al@14130 8 WEB_SITE="http://www.xfce.org"
al@14130 9
erjo@10016 10 DEPENDS="libxfce4ui gtk+-dev libxfce4util-dev"
erjo@8015 11 WANTED="libxfce4ui"
erjo@8015 12
erjo@8015 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8015 14 genpkg_rules()
erjo@8015 15 {
al@14130 16 mkdir -p $fs/usr/lib
al@14130 17 cp -a $install/usr/include $fs/usr
al@14130 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@14130 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@8015 20 }
erjo@8015 21