wok-next annotate aiksaurus-dev/receipt @ rev 18519

Up: tazpkg-test(850): French documentation
libboost-dev: return back libraries separated from libboost-chrono and libboost-chrono-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 25 20:58:36 2015 +0200 (2015-10-25)
parents 380ffe05937a
children
rev   line source
gokhlayeh@7032 1 # SliTaz package receipt.
gokhlayeh@7032 2
gokhlayeh@7032 3 PACKAGE="aiksaurus-dev"
gokhlayeh@7032 4 VERSION="1.2.1"
gokhlayeh@7032 5 CATEGORY="system-tools"
gokhlayeh@7032 6 SHORT_DESC="A cross-platform, open-source thesaurus devel files."
gokhlayeh@7032 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
gokhlayeh@7032 9 WANTED="aiksaurus"
gokhlayeh@7032 10 WEB_SITE="http://aiksaurus.sourceforge.net/"
gokhlayeh@7032 11
pascal@15596 12 DEPENDS="pkg-config"
pascal@15596 13
gokhlayeh@7032 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7032 15 genpkg_rules()
gokhlayeh@7032 16 {
gokhlayeh@7032 17 mkdir -p $fs/usr/lib
pascal@15000 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15000 20 cp -a $install/usr/include $fs/usr
gokhlayeh@7032 21 }
gokhlayeh@7032 22