summaryrefslogtreecommitdiff
path: root/libdca/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-04-09 01:25:21 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-04-09 01:37:21 +1000
commite313bb66d04bdfac54e3c06308422576f92545d0 (patch)
treefc8278554765ae42361eb5ff4901bb2c9b233d76 /libdca/Pkgfile
parentedf20067c8919b7a8563dcfc6af64ff745352610 (diff)
downloadcontrib-e313bb66d04bdfac54e3c06308422576f92545d0.tar.gz
contrib-e313bb66d04bdfac54e3c06308422576f92545d0.tar.xz
libdca: 0.0.2 -> 0.0.4
Diffstat (limited to 'libdca/Pkgfile')
-rw-r--r--libdca/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/libdca/Pkgfile b/libdca/Pkgfile
index e9331e268..86edc5e89 100644
--- a/libdca/Pkgfile
+++ b/libdca/Pkgfile
@@ -5,15 +5,17 @@
# Depends on:
name=libdca
-version=0.0.2
+version=0.0.4
release=1
-source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.gz)
+source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.bz2)
build() {
- cd libdts-$version
+ cd libdca-$version
./configure \
--prefix=/usr \
+ --mandir=/usr/man \
+ --disable-static \
--disable-nls
make

Generated by cgit