wok-next view mp3val/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents b0e08682f023
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mp3val"
4 VERSION="0.1.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="Checking MPEG audio files integrity"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://mp3val.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 mv Makefile.linux Makefile
16 make &&
17 mkdir -p $install/usr/bin &&
18 install -Dm755 $src/mp3val $install/usr/bin/mp3val
19 }
21 genpkg_rules() {
22 copy @std
23 }