contrib/vcdimager/Pkgfile

23 lines
466 B
Plaintext
Raw Normal View History

2023-08-06 20:16:54 +02:00
# Description: Create (S)VCDs
# URL: https://www.gnu.org/software/vcdimager/
2023-08-06 20:16:54 +02:00
# Maintainer: unmaintained
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
2023-08-06 20:16:54 +02:00
resurrect_library_symbols.patch)
2007-04-10 18:42:39 +02:00
build() {
2023-08-06 20:16:54 +02:00
cd $name-$version
2007-04-11 16:28:46 +02:00
2023-08-06 20:16:54 +02:00
patch -p1 -i $SRC/resurrect_library_symbols.patch
2007-04-10 18:42:39 +02:00
2023-08-06 20:16:54 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2023-08-06 20:16:54 +02:00
rm -r $PKG/usr/share/info
2011-12-02 05:07:21 +01:00
}