wok view libgksu-dev/receipt @ rev 21939

updated dotconf and dotconf-dev again (1.0.13 -> 1.3)
author Hans-G?nter Theisgen
date Tue Oct 08 10:51:09 2019 +0100 (2019-10-08)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libgksu-dev"
4 VERSION="2.0.12"
5 CATEGORY="development"
6 SHORT_DESC="Library that provides a GTK+ frontend to su and sudo development files"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.nongnu.org/gksu/"
11 WANTED="libgksu"
13 DEPENDS="libgksu"
15 genpkg_rules() {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 }