Added '--docdir' build option to extra/xarchiver, gtk/libcanberra, net/{tor,x2x} build files Updated net/cgit tarball checksum Switched to cmake build system in net/weechat Discarded 'v' verbosity argument used for extracting net/x2x tarball and its doinst.sh Fixed hardcoded doc directory name in xorg/jasper
31 lines
662 B
Text
Executable file
31 lines
662 B
Text
Executable file
app=xarchiver
|
|
version=0.5.4.14
|
|
build=2sml
|
|
homepage="https://xarchiver.sourceforge.net/"
|
|
desc="Archive manager for X with support for most common archive formats"
|
|
requires="gdk-pixbuf"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix="" \
|
|
--docdir="/share/doc/$app-$version" \
|
|
--disable-gtk2
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
3c22fa31c875d9f04d5990d7a1c4ca857832b913479ca1dfabde222a9d1ba7d9904ff4b68145b8ab6d9973c02635c0635a72e999b95f10b851734d87adbffa22 xarchiver-0.5.4.14.tar.lz
|
|
"
|