wok annotate libunistring-dev/receipt @ rev 20232
Up slitaz-boot-scripts (450), slitaz-configs (316)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 05 11:05:36 2018 +0100 (2018-03-05) |
parents | |
children | 3a8a6ad2c404 |
rev | line source |
---|---|
al@19485 | 1 # SliTaz package receipt. |
al@19485 | 2 |
al@19485 | 3 PACKAGE="libunistring-dev" |
al@19485 | 4 VERSION="0.9.6" |
al@19485 | 5 CATEGORY="development" |
al@19485 | 6 SHORT_DESC="Unicode string library, development files" |
al@19485 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19485 | 8 LICENSE="GPL3 LGPL3 FDL" |
al@19485 | 9 WEB_SITE="https://www.gnu.org/software/libunistring/" |
al@19485 | 10 |
al@19485 | 11 WANTED="libunistring" |
al@19485 | 12 DEPENDS="libunistring" |
al@19485 | 13 |
al@19485 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19485 | 15 genpkg_rules() |
al@19485 | 16 { |
al@19485 | 17 cook_copy_files *.h *.a *.la |
al@19485 | 18 } |