1
0
forked from ports/opt
opt/audacity/Pkgfile
2005-12-23 09:29:35 +00:00

20 lines
542 B
Plaintext

# Description: An open-source sound editor.
# URL: http://audacity.sourceforge.net/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot a
# Depends on: wxgtk, libogg, libmad, lame
name=audacity
version=1.2.4b
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-src-$version.tar.gz)
build() {
cd $name-src-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/{doc,locale}
install -d $PKG/usr/share/icons
install -m 0644 images/AudacityLogo48x48.xpm $PKG/usr/share/icons
}