# HG changeset patch # User Christophe Lincoln # Date 1399060119 -7200 # Node ID a1ae61704cdf1e360f0cec9d222f192040e276ce # Parent fd764265ec1eff355de2e8fde9bb8c315296173c Add: mpl123 - Very light weight ncurses audio player (will be the default for SliTaz Pi) diff -r fd764265ec1e -r a1ae61704cdf mpl123/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpl123/receipt Fri May 02 21:48:39 2014 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="mpl123" +VERSION="1.0.0" +CATEGORY="multimedia" +SHORT_DESC="Light weight Ncurses frontend to mpg123" +MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://github.com/pankso/mpl123" +WGET_URL="https://github.com/pankso/mpl123/archive/v1.0.0.tar.gz" +HOST_ARCH="arm i486" + +DEPENDS="dialog mpg123" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + make DESTDIR=${DESTDIR} install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a ${install}/* ${fs} +}