From eb01ed53660d161fe41d403dc90fa76905ad6969 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 1 Apr 2007 15:49:55 +1000 Subject: [PATCH] libdts: renamed to libdca --- {libdts => libdca}/.footprint | 0 {libdts => libdca}/.md5sum | 0 {libdts => libdca}/Pkgfile | 7 ++++--- 3 files changed, 4 insertions(+), 3 deletions(-) rename {libdts => libdca}/.footprint (100%) rename {libdts => libdca}/.md5sum (100%) rename {libdts => libdca}/Pkgfile (87%) diff --git a/libdts/.footprint b/libdca/.footprint similarity index 100% rename from libdts/.footprint rename to libdca/.footprint diff --git a/libdts/.md5sum b/libdca/.md5sum similarity index 100% rename from libdts/.md5sum rename to libdca/.md5sum diff --git a/libdts/Pkgfile b/libdca/Pkgfile similarity index 87% rename from libdts/Pkgfile rename to libdca/Pkgfile index bcaa91950..e9331e268 100644 --- a/libdts/Pkgfile +++ b/libdca/Pkgfile @@ -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 }