wok annotate efreet-dev/receipt @ rev 20980

amule source modified for cryptopp 8.0.0
author Hans-G?nter Theisgen
date Wed Mar 06 13:37:18 2019 +0100 (2019-03-06)
parents aed104fc2873
children
rev   line source
pankso@140 1 # SliTaz package receipt.
pankso@140 2
pankso@140 3 PACKAGE="efreet-dev"
pankso@16144 4 VERSION="1.7.10"
pankso@199 5 CATEGORY="development"
domcox@14670 6 SHORT_DESC="EFL library for handling of freedesktop.org specs - Devel files."
pankso@140 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@140 9 WANTED="efreet"
pascal@20421 10 WEB_SITE="https://www.enlightenment.org/"
pankso@16141 11 HOST_ARCH="i486 arm"
pankso@140 12
pascal@15597 13 DEPENDS="ecore-dev pkg-config"
domcox@14403 14
pankso@140 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@140 16 genpkg_rules()
pankso@140 17 {
pankso@140 18 mkdir -p $fs/usr/lib
pankso@13640 19 cp -a $install/usr/include $fs/usr
pankso@13640 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@13640 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@140 22 }