summaryrefslogtreecommitdiff
path: root/manualPorts/audacity/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-25 23:18:14 +0100
committerErich Eckner <git@eckner.net>2021-03-25 23:18:14 +0100
commit7d98048b2ec63b56dab90f8e3ca8c26ba1f8bedc (patch)
tree4ac23d7134c9bec588d867a8adf1c6227c69bc35 /manualPorts/audacity/Pkgfile
parente379f73cbcee85e891b86d39aa9bcb4fd9963a53 (diff)
downloadcrux-ports-7d98048b2ec63b56dab90f8e3ca8c26ba1f8bedc.tar.xz
audacity: 2.4.2-2 -> 3.0.0-1
Diffstat (limited to 'manualPorts/audacity/Pkgfile')
-rw-r--r--manualPorts/audacity/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/manualPorts/audacity/Pkgfile b/manualPorts/audacity/Pkgfile
index 816cec1..a10400b 100644
--- a/manualPorts/audacity/Pkgfile
+++ b/manualPorts/audacity/Pkgfile
@@ -4,8 +4,8 @@
# Depends on: wxgtk expat libsndfile
name=audacity
-version=2.4.2
-release=2
+version=3.0.0
+release=1
source=(https://github.com/$name/$name/archive/Audacity-$version.tar.gz)
build() {
@@ -13,7 +13,7 @@ build() {
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -Daudacity_use_wxwidgets=local ..
make
make DESTDIR=$PKG install