wok annotate libgdiplus-dev/receipt @ rev 23495
updated python-humanize (0.5.1 -> 1.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:04:00 2020 +0100 (2020-04-06) |
parents | d94decbf8eca |
children | df1a993adf56 |
rev | line source |
---|---|
rcx@3219 | 1 # SliTaz package receipt. |
rcx@3219 | 2 |
rcx@3219 | 3 PACKAGE="libgdiplus-dev" |
Hans-G?nter@23032 | 4 VERSION="6.0.4" |
rcx@3219 | 5 CATEGORY="development" |
rcx@3231 | 6 SHORT_DESC="libgdiplus development files." |
pascal@20669 | 7 WEB_SITE="https://www.mono-project.com/Libgdiplus" |
rcx@3219 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@14714 | 9 LICENSE="MIT" |
pascal@14714 | 10 |
pascal@15597 | 11 DEPENDS="libgdiplus pkg-config" |
Hans-G?nter@23032 | 12 WANTED="libgdiplus" |
rcx@3219 | 13 |
rcx@3219 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3219 | 15 genpkg_rules() |
rcx@3219 | 16 { |
rcx@3219 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@23032 | 18 |
Hans-G?nter@23032 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
Hans-G?nter@23032 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
rcx@3219 | 21 } |