wok-undigest view elementary-dev/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents 26b5aedd73bf
children
line source
1 # SliTaz package receipt.
3 PACKAGE="elementary-dev"
4 VERSION="1.8.2"
5 CATEGORY="development"
6 SHORT_DESC="EFL full regular widget set - Devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="elementary"
10 WEB_SITE="http://www.enlightenment.org/"
12 DEPENDS="elementary efl-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share/applications
18 # /usr/include
19 cp -a $install/usr/include $fs/usr
20 # /usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/cmake $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 # /usr/share
25 cp -a $stuff/* $fs/usr/share/applications
26 cp -a $install/usr/share/icons $fs/usr/share/pixmaps
27 }