kde-plasma-6/djvulibre/Pkgfile

24 lines
528 B
Plaintext

# Description: Library for reading DjVu files
# URL: https://djvu.sourceforge.net
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
# Depends on: hicolor-icon-theme libtiff
name=djvulibre
version=3.5.28
release=1
source=(https://sourceforge.net/projects/djvu/files/DjVuLibre/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libdir=/usr/lib \
--disable-static \
--disable-desktopfiles
make
make DESTDIR=$PKG install
}
# vim: set ts=4 et: