wok-current view gdk-pixbuf-xlib-dev/receipt @ rev 25729
Merge wok for both arch and few updates (again)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:52:36 2024 +0000 (5 weeks ago) |
parents | 3ad63c8fc2f9 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="gdk-pixbuf-xlib-dev"
4 VERSION="2.40.2"
5 CATEGORY="development"
6 SHORT_DESC="Development files for gdk-pixbuf-xlib."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gtk.org/"
11 DEPENDS="gdk-pixbuf-xlib"
12 WANTED="gdk-pixbuf-xlib"
14 HOST_ARCH="i486 arm x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }