opt/vcdimager/Pkgfile

18 lines
413 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: VCD (VideoCD) BIN/CUE CD image creation and ripping tool
# URL: http://www.vcdimager.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: popt, libxml2, libcdio
name=vcdimager
version=0.7.23
release=1
2006-06-02 15:18:25 +02:00
source=(ftp://ftp.gnu.org/gnu/vcdimager/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}