first commit
This commit is contained in:
3
src/ristretto/.gitignore
vendored
Normal file
3
src/ristretto/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/ristretto/changes.md
Normal file
2
src/ristretto/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 0.13.1
|
||||
First version
|
16
src/ristretto/pkg.sh
Normal file
16
src/ristretto/pkg.sh
Normal file
@ -0,0 +1,16 @@
|
||||
NAME="ristretto"
|
||||
DESC="Fast and lightweight image viewer for the Xfce desktop"
|
||||
VERSION="0.13.1"
|
||||
FILES=("https://archive.xfce.org/src/apps/ristretto/0.13/ristretto-$VERSION.tar.bz2")
|
||||
HASHES=("a21966fa7aa2de1881f163097b62a2fd")
|
||||
DEPENDS=("libexif" "libxfce4ui" "tumbler")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.bz2
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure --prefix=/usr
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user