xfce4/ristretto/Pkgfile

25 lines
510 B
Plaintext
Raw Normal View History

2023-07-12 05:43:35 -04:00
# 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 xfconf
name=ristretto
2024-02-05 16:48:27 -05:00
version=0.13.2
2023-07-12 05:43:35 -04:00
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
}