# Description: Audio recording and editing program # URL: http://audacityteam.org/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: wxgtk expat libsndfile name=audacity version=2.4.2 release=1 source=(https://github.com/$name/$name/archive/Audacity-$version.tar.gz) build() { cd $name-Audacity-$version mkdir build cd build cmake .. make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }