wok view efreet-dev/receipt @ rev 23975
Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 28 17:24:13 2020 +0000 (2020-10-28) |
parents | aed104fc2873 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="efreet-dev"
4 VERSION="1.7.10"
5 CATEGORY="development"
6 SHORT_DESC="EFL library for handling of freedesktop.org specs - Devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WANTED="efreet"
10 WEB_SITE="https://www.enlightenment.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="ecore-dev pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }