wok view aiksaurus-dev/receipt @ rev 15153

otf-gfs: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 16:19:38 2013 +0000 (2013-08-15)
parents 847e67e5a9fe
children 851fc1686394
line source
1 # SliTaz package receipt.
3 PACKAGE="aiksaurus-dev"
4 VERSION="1.2.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="A cross-platform, open-source thesaurus devel files."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="aiksaurus"
10 WEB_SITE="http://aiksaurus.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }