contrib/libewf-legacy/Pkgfile

19 lines
492 B
Plaintext
Raw Normal View History

# Description: A library for support of the Expert Witness Compression Format (EWF)
# URL: https://github.com/libyal/libewf
2021-02-10 12:11:57 +01:00
# Maintainer: UNMAINTAINED
# Depends on: fuse util-linux
name=libewf-legacy
version=20140811
release=1
source=(https://github.com/libyal/$name/releases/download/$version/${name%%-*}-$version.tar.gz)
build() {
cd ${name%%-*}-$version
CFLAGS+=" -std=gnu89"
./configure --prefix=/usr --sysconfdir=/etc --without-openssl
make
make DESTDIR=$PKG install
}