wok view mpl123/receipt @ rev 16933
xorg-base-fonts: addinfo about nonexistent required font. Xterm-menu now works with fonts.dir. xvkbd-koi8 only on livecd locale
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 20 15:31:48 2014 +0200 (2014-07-20) |
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 }