pkgname=audacity pkgver=2.3.0 pkgrel=1 pkgdesc="A program that lets you manipulate digital audio waveforms" arch=('x86_64') url="https://www.audacityteam.org/" license=('GPL') depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil' 'twolame' 'vamp-plugin-sdk' 'wxgtk') makedepends=('cmake' 'ffmpeg') optdepends=('ffmpeg: additional import/export capabilities') source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz") sha256sums=('37127f68dceeb5da08d008ec9373a65e2d5d0a9b937c808a5d7c3b88aa9e275e') build() { cd ${pkgname}-Audacity-${pkgver} ./configure --prefix=/usr \ --with-libsamplerate \ --enable-shared make } package() { cd ${pkgname}-Audacity-${pkgver} make DESTDIR="${pkgdir}" install }