wok-current view imlib-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (8 weeks ago)
parents 65784e875d45
children
line source
1 # SliTaz package receipt.
3 PACKAGE="imlib-dev"
4 VERSION="1.9.15"
5 CATEGORY="development"
6 SHORT_DESC="imlib devel files."
7 WEB_SITE="https://download.gnome.org/sources/imlib/"
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="GPL2"
10 WANTED="imlib"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 mkdir -p $fs/usr/share/aclocal
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }