wok-undigest view edelib/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="edelib"
4 VERSION="2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="EDE Window Manager shared library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://equinox-project.org/"
11 WGET_URL="$SF_MIRROR/project/ede/edelib/$VERSION/$TARBALL"
13 DEPENDS="fltk dbus"
14 BUILD_DEPENDS="ftjam fltk-dev dbus-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 jam && jam install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin $fs/usr/lib
27 for tool in 'edelib-catchsegv' 'edelib-dbus-introspect' 'edelib-script' \
28 'edelib-update-font-cache'; do
29 install -m 0755 $install/usr/bin/$tool $fs/usr/bin/$tool
30 done
31 }