smlinux/xfce/ristretto/ristretto.SMBuild
PktSurf e47bb4d8ad Fixed breakage when compiling strace 5.7 with musl 1.2.3
Removed unnecessary build options from several package build files in xfce
2022-10-09 12:35:43 +05:30

30 lines
692 B
Text
Executable file

app=ristretto
version=0.12.2
build=1sml
homepage="https://docs.xfce.org/apps/ristretto/start"
download="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-$version.tar.bz2"
desc="Lightweight image viewer for Xfce"
requires="file libexif libxfce4ui tumbler xfconf"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
9ef6fc92258e314fdfc8f051061eb5499857831f6323831ecbeeee110eca6584043abcc15749fab90b46cb536a4815da8eceb226251e122e31fd4037c301350b ristretto-0.12.2.tar.lz
"