wok-next annotate libxfce4ui-dev/receipt @ rev 18515

xorg-xset: add gui for screensaver configuration
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 24 23:56:53 2015 +0200 (2015-10-24)
parents 8ed62ecac0c7
children
rev   line source
erjo@8015 1 # SliTaz package receipt.
erjo@8015 2
erjo@8015 3 PACKAGE="libxfce4ui-dev"
devl547@16201 4 VERSION="4.11.1"
erjo@8015 5 CATEGORY="development"
erjo@8015 6 SHORT_DESC="Xfce Gtk Widget library dev files"
erjo@8015 7 MAINTAINER="erjo@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
al@14130 9 WEB_SITE="http://www.xfce.org"
al@14130 10
pascal@15597 11 DEPENDS="libxfce4ui gtk+-dev libxfce4util-dev pkg-config"
erjo@8015 12 WANTED="libxfce4ui"
erjo@8015 13
erjo@8015 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8015 15 genpkg_rules()
erjo@8015 16 {
al@14130 17 mkdir -p $fs/usr/lib
al@14130 18 cp -a $install/usr/include $fs/usr
al@14130 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@14130 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@8015 21 }
erjo@8015 22