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
|
2024-12-23 22:22:28 +01:00
|
|
|
# Depends on: libexif libxfce4ui tumbler
|
2023-07-12 05:43:35 -04:00
|
|
|
|
|
|
|
name=ristretto
|
2024-12-25 15:03:28 -05:00
|
|
|
version=0.13.3
|
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
|
|
|
|
|
|
|
|
}
|