wok view libgksu-dev/receipt @ rev 23002

updated libao and libao-dev (1.1.0 -> 1.2.2)
author Hans-G?nter Theisgen
date Mon Mar 02 17:05:10 2020 +0100 (2020-03-02)
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 }