xfce4/ristretto/Pkgfile
2019-08-10 17:15:00 +02:00

23 lines
444 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=2
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}