wok view libgksu-dev/receipt @ rev 24793

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
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 }