xfce4/libisofs/Pkgfile
Jay Lanagan ab017f9a64 added xfburn and deps, fix gvfs
gvfs may fail footprint check if optional deps are installed
2023-07-25 20:05:53 -04:00

22 lines
409 B
Plaintext

# Description: An ISO filesystem creation library
# URL: https://dev.lovelyhq.com/libburnia/libisofs
# Maintainer: mac-a-r0ni, j at lngn dot net
name=libisofs
version=1.5.6.pl01
release=1
source=(https://dev.lovelyhq.com/libburnia/$name/archive/release-$version.tar.gz)
build() {
cd $name
./bootstrap
./configure \
--prefix=/usr \
--disable-static \
--disable-nls
make
make DESTDIR=$PKG install
}