xfce4/ristretto/Pkgfile
2024-12-25 15:03:28 -05:00

25 lines
503 B
Plaintext

# Description: View and scroll through images
# URL: https://docs.xfce.org/apps/ristretto/start
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: libexif libxfce4ui tumbler
name=ristretto
version=0.13.3
release=1
source=(https://archive.xfce.org/src/apps/$name/0.13/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-debug \
--disable-nls
make
make DESTDIR=$PKG install
}