wok annotate aiksaurus-dev/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 380ffe05937a
children 7dd01dedad38
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