mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
ab017f9a64
gvfs may fail footprint check if optional deps are installed
22 lines
409 B
Plaintext
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
|
|
|
|
}
|