contrib/libdts/Pkgfile
2006-11-13 21:12:21 +01:00

21 lines
516 B
Plaintext

# Description: libdca is still in early development stage so don't expect too much of it
# URL: http://developers.videolan.org/libdca.html
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=libdts
version=0.0.2
release=1
source="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libdts-$version.tar.gz"
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
}