wok-next annotate mikmod/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
parents f48456621a9d
children
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@21020 9 WEB_SITE="http://mikmod.sourceforge.net/"
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 }