wok-current view libgksu-dev/receipt @ rev 23159

updated lyx, lyx-doc lyx-examples and lyx-locales again (2.0.5.1 -> 2.3.4.4)
author Hans-G?nter Theisgen
date Tue Mar 17 14:10:48 2020 +0100 (2020-03-17)
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 }