wok annotate aiksaurus-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 847e67e5a9fe
children 851fc1686394
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
gokhlayeh@7032 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7032 13 genpkg_rules()
gokhlayeh@7032 14 {
gokhlayeh@7032 15 mkdir -p $fs/usr/lib
pascal@15000 16 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15000 18 cp -a $install/usr/include $fs/usr
gokhlayeh@7032 19 }
gokhlayeh@7032 20