xfce4/ristretto/Pkgfile
2019-09-05 02:14:52 +02:00

25 lines
493 B
Plaintext

# Description: Xfce Image Viewer
# URL: https://git.xfce.org/apps/ristretto/
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: libexif gtk3 glib libxfce4util libxfce4ui xfconf cairo
name=ristretto
version=0.10.0
release=3
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz patch_1.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/patch_1.patch
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}