summaryrefslogtreecommitdiff
path: root/shntool/Pkgfile
blob: a5d95da897ecf1495645d5b2246fad9a870c0a4c (plain)
    1 # Description: multi-purpose WAVE data processing and reporting utility
    2 # URL:         http://www.etree.org/shnutils/shntool/
    3 # Maintainer:  Han Boetes <han@mijncomputer.nl>
    4 # Packager:    Han Boetes <han@mijncomputer.nl>
    5 # Depends on:
    6 # Nice to have: anything that does audio, cuetools
    7 
    8 name=shntool
    9 version=2.0.3
   10 release=1
   11 source="http://www.etree.org/shnutils/$name/source/$name-$version.tar.gz"
   12 
   13 build()
   14 {
   15     cd $name-$version
   16     ./configure \
   17         --prefix=/usr \
   18         --disable-nls
   19     make
   20     make install DESTDIR=$PKG
   21 }

Generated by cgit