wok-current annotate libdesktop-agnostic-dev/receipt @ rev 24363
updated fftw and fftw-dev (3.3.8 -> 3.3.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 04 15:51:08 2022 +0100 (2022-02-04) |
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 |