wok-next annotate mikmod/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 466bca9334ef
children d5aab818505e
rev   line source
al@21017 1 # SliTaz package receipt v2.
pascal@13591 2
pascal@13591 3 PACKAGE="mikmod"
devl547@16408 4 VERSION="3.2.5"
pascal@13591 5 CATEGORY="multimedia"
al@21017 6 SHORT_DESC="Mikmod module player"
pascal@13591 7 MAINTAINER="paul@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21017 9 WEB_SITE="http://mikmod.shlomifish.org/"
al@21017 10
pascal@13591 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21017 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13591 13
pascal@13591 14 BUILD_DEPENDS="ncurses-dev libmikmod-dev"
pascal@13591 15
al@21017 16 compile_rules() {
al@21017 17 ./configure \
al@21017 18 --prefix=/usr \
pascal@17670 19 $CONFIGURE_ARGS &&
al@21017 20 make &&
al@21017 21 make install
pascal@13591 22 }
pascal@13591 23
al@21017 24 genpkg_rules() {
al@21017 25 copy @std
al@21017 26 DEPENDS="ncurses libmikmod"
pascal@13591 27 }