wok view mpl123/receipt @ rev 16587

Up: mpl123 (1.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 22:33:20 2014 +0200 (2014-05-04)
parents a1ae61704cdf
children b60b141fe2e0
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/v1.0.0.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 }