wok annotate edbus-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 6dd6cd7dcfba
children
rev   line source
pankso@2913 1 # SliTaz package receipt.
pankso@2913 2
pankso@2913 3 PACKAGE="edbus-dev"
pankso@16142 4 VERSION="1.7.10"
pankso@2913 5 CATEGORY="development"
domcox@14672 6 SHORT_DESC="EFL Dbus wrapping and glue layer library - Devel files."
pankso@2913 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@2913 9 WANTED="edbus"
pankso@2913 10 SOURCE="e_dbus"
pascal@20421 11 WEB_SITE="https://www.enlightenment.org/"
pankso@16141 12 HOST_ARCH="i486 arm"
pankso@2913 13
pascal@15597 14 DEPENDS="ecore-dev dbus-dev pkg-config"
domcox@14405 15
pankso@2913 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2913 17 genpkg_rules()
pankso@2913 18 {
pankso@2913 19 mkdir -p $fs/usr/lib
pankso@13641 20 cp -a $install/usr/include $fs/usr
pankso@13641 21 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@13641 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@2913 23 }