wok-current view mpl123/receipt @ rev 16588
mpl123: fix tarball version
| author | Christophe Lincoln <pankso@slitaz.org> | 
|---|---|
| date | Sun May 04 23:55:15 2014 +0200 (2014-05-04) | 
| parents | 7ead91290a87 | 
| children | 5ea0ce1cecc0 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="mpl123"
     4 VERSION="1.1.0"
     5 CATEGORY="multimedia"
     6 SHORT_DESC="Light weight Ncurses frontend to mpg123"
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="BSD"
     9 TARBALL="$PACKAGE-$VERSION.tar.gz"
    10 WEB_SITE="https://github.com/pankso/mpl123"
    11 WGET_URL="https://github.com/pankso/mpl123/archive/v${VERSION}.tar.gz"
    12 HOST_ARCH="arm i486"
    14 DEPENDS="dialog mpg123"
    15 BUILD_DEPENDS="wget"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	make DESTDIR=${DESTDIR} install
    21 }
    23 # Rules to gen a SliTaz package suitable for Tazpkg.
    24 genpkg_rules()
    25 {
    26 	mkdir -p $fs
    27 	cp -a ${install}/* ${fs}
    28 }