wok annotate polkit-qt-dev/receipt @ rev 16324

connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 11:04:26 2014 +0000 (2014-04-10)
parents 47e1df965953
children 73f36875e5a7
rev   line source
pankso@9328 1 # SliTaz package receipt.
pankso@9328 2
pankso@9328 3 PACKAGE="polkit-qt-dev"
pankso@15935 4 VERSION="0.103.0"
pankso@9328 5 CATEGORY="development"
pankso@9328 6 SHORT_DESC="polkit for QT API devel files."
pankso@9328 7 MAINTAINER="pankso@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pankso@9328 9 WANTED="polkit-qt"
pankso@9328 10 WEB_SITE="http://www.kde.org/"
pankso@9328 11
pascal@15599 12 DEPENDS="pkg-config"
pascal@15599 13
pankso@9328 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9328 15 genpkg_rules()
pankso@9328 16 {
pankso@9328 17 mkdir -p $fs/usr/lib
pascal@14996 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14996 19 cp -a $install/usr/lib/cmake $fs/usr/lib
pascal@14996 20 cp -a $install/usr/include $fs/usr
pankso@9328 21 }