wok annotate libdesktop-agnostic-dev/receipt @ rev 20917
updated fdupes (1.40 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 28 17:10:02 2019 +0100 (2019-02-28) |
parents | 0f920dfd9022 |
children |
rev | line source |
---|---|
pascal@11205 | 1 # SliTaz package receipt. |
pascal@11205 | 2 |
pascal@11205 | 3 PACKAGE="libdesktop-agnostic-dev" |
pascal@11205 | 4 VERSION="0.3.90" |
pascal@11205 | 5 CATEGORY="development" |
pascal@11205 | 6 SHORT_DESC="Config API, a unified vfs API, and a desktop item editor for GLib." |
pascal@11205 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14714 | 8 LICENSE="LGPL2.1" |
pascal@11205 | 9 WEB_SITE="https://launchpad.net/libdesktop-agnostic" |
pascal@11205 | 10 WANTED="libdesktop-agnostic" |
pascal@14714 | 11 |
pascal@11205 | 12 DEPENDS="libdesktop-agnostic" |
pascal@11205 | 13 |
pascal@11205 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11205 | 15 genpkg_rules() |
pascal@11205 | 16 { |
pascal@11205 | 17 mkdir -p $fs/usr |
pascal@14714 | 18 cp -a $install/usr/include $fs/usr |
pascal@14714 | 19 cp -a $install/usr/share $fs/usr |
pascal@11205 | 20 } |
pascal@11205 | 21 |