wok annotate aldo/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents f0a0b5091b4a
children 9af0e03b8ad0
rev   line source
pascal@17234 1 # SliTaz package receipt.
pascal@17234 2
pascal@17234 3 PACKAGE="aldo"
pascal@17234 4 VERSION="0.7.7"
pascal@17234 5 CATEGORY="misc"
pascal@17234 6 SHORT_DESC="Morse code learning tool."
pascal@17234 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17234 8 LICENSE="GPL3"
al@19275 9 WEB_SITE="http://www.nongnu.org/aldo/"
pascal@17234 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@17234 11 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
pascal@17234 12
pascal@17234 13 DEPENDS="libao"
pascal@17234 14 BUILD_DEPENDS="libao-dev"
pascal@17234 15
pascal@17234 16 # Rules to configure and make the package.
pascal@17234 17 compile_rules()
pascal@17234 18 {
pascal@17234 19 ./configure \
pascal@17234 20 --prefix=/usr \
pascal@17234 21 --mandir=/usr/share/man \
pascal@17234 22 $CONFIGURE_ARGS &&
pascal@17234 23 make &&
pascal@17234 24 make DESTDIR=$DESTDIR install
pascal@17234 25 }
pascal@17234 26
pascal@17234 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17234 28 genpkg_rules()
pascal@17234 29 {
pascal@17234 30 mkdir -p $fs/usr
pascal@17234 31 cp -a $install/usr/bin $fs/usr
pascal@17234 32 }