mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
25 lines
503 B
Plaintext
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
|
|
|
|
}
|