libdts: renamed to libdca

This commit is contained in:
Danny Rawlins 2007-04-01 15:49:55 +10:00
parent 7be34f4918
commit eb01ed5366
3 changed files with 4 additions and 3 deletions

View File

@ -4,18 +4,19 @@
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on:
name=libdts
name=libdca
version=0.0.2
release=1
source=(http://download.videolan.org/pub/videolan/libdca/$version/libdca-$version.tar.gz)
build() {
cd $name-$version
cd libdts-$version
./configure \
--prefix=/usr \
--disable-nls
make && make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}