wok annotate 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
rev   line source
al@21783 1 # SliTaz package receipt.
al@21783 2
al@21783 3 PACKAGE="libgksu-dev"
al@21783 4 VERSION="2.0.12"
al@21783 5 CATEGORY="development"
al@21783 6 SHORT_DESC="Library that provides a GTK+ frontend to su and sudo development files"
al@21783 7 MAINTAINER="devel@slitaz.org"
al@21783 8 LICENSE="GPL2"
al@21783 9 WEB_SITE="https://www.nongnu.org/gksu/"
al@21783 10
al@21783 11 WANTED="libgksu"
al@21783 12
al@21783 13 DEPENDS="libgksu"
al@21783 14
al@21783 15 genpkg_rules() {
al@21783 16 mkdir -p $fs/usr/lib
al@21783 17 cp -a $install/usr/include $fs/usr
al@21783 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@21783 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@21783 20 }