contrib/vcdimager/Pkgfile

23 lines
488 B
Plaintext
Raw Normal View History

2007-04-10 18:42:39 +02:00
# Description: Create (S)VCDs.
# URL: https://www.gnu.org/software/vcdimager/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-04-21 13:14:03 +02:00
# Depends on: libcdio libxml2 popt
2007-04-10 18:42:39 +02:00
name=vcdimager
version=2.0.1
2007-04-10 18:42:39 +02:00
release=1
source=(https://mirror.aarnet.edu.au/pub/gnu/$name/$name-$version.tar.gz
resurrect_library_symbols.patch)
2007-04-10 18:42:39 +02:00
build() {
2011-12-02 05:07:21 +01:00
cd $name-$version
2007-04-11 16:28:46 +02:00
patch -p1 -i $SRC/resurrect_library_symbols.patch
2007-04-10 18:42:39 +02:00
./configure --prefix=/usr
2011-12-02 05:07:21 +01:00
make
make DESTDIR=$PKG install
2011-12-02 05:07:21 +01:00
rm -r $PKG/usr/share/info
}