milis/talimatname/genel/libisofs/talimat

17 lines
361 B
Plaintext

# Description: libisofs is a library to create an ISO-9660 filesystem
# URL: http://libburnia.pykix.org/
# Packager: pierre at nutyx dot org
name=libisofs
version=1.4.2
release=1
source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}