wok-next view aiksaurus/receipt @ rev 19784
Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 19 04:02:32 2017 +0300 (2017-06-19) |
parents | 4affba707664 |
children | d43bf7aae921 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aiksaurus"
4 VERSION="1.2.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="A cross-platform, open-source thesaurus."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://aiksaurus.sourceforge.net/"
11 WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="gtk+-dev patch expat-dev xorg-libXau-dev glib-dev"
14 SPLIT="aiksaurus-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --with-gtk $CONFIGURE_ARGS &&
20 make && make -j1 DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 aiksaurus)
28 copy @std
29 DEPENDS="gtk+ expat xorg-libXau glib"
30 ;;
31 aiksaurus-dev)
32 copy @dev
33 DEPENDS="aiksaurus pkg-config"
34 ;;
35 esac
36 }