wok-next view libidl/receipt @ rev 19841

Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 17 16:45:06 2017 +0300 (2017-08-17)
parents
children 6d2b71cbba60
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libidl"
4 VERSION="0.8.14"
5 CATEGORY="development"
6 SHORT_DESC="IDL Compiling Library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://github.com/GNOME/libIDL"
10 CROSS="bug: can not run test program"
12 TARBALL="libIDL-$VERSION.tar.bz2"
13 WGET_URL="$GNOME_MIRROR/libIDL/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="bison flex glib-dev pkg-config"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --cache-file=config.cache \
22 --build=$HOST_SYSTEM \
23 --host=$HOST_SYSTEM &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std @dev
31 PROVIDE="libIDL"
32 DEPENDS="glib-dev pcre-dev"
33 }