smlinux/base/pv/pv.SMBuild
PktSurf 761d688cd9 Converted most source tarballs in base to lzip format ending with .tar.lz, updated SHA512 sums in affected build files
Removed --sysconfdir option in a lot of build files in base
Added preservestaticlibs option in base/argp-standalone
Fixed CFLAGS variable in base/{file,grep}
Fixed build options in base/gstreamer
Fixed LDFLAGS variable in base/less
Removed CFLAGS variable in base/libarchive
Multiple build option fixes in base/nasm
2022-10-04 19:59:37 +05:30

30 lines
654 B
Text
Executable file

app=pv
version=1.6.6
build=1sml
homepage="http://www.ivarch.com/programs/pv.shtml"
download="http://www.ivarch.com/programs/sources/pv-$version.tar.bz2"
desc="Pipe Viewer for monitoring progress of data through pipeline"
requires="musl"
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 doc/COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
d0a5c2e4f5c072dfbf56170c5de7d57ec07b7452e6f827754bcb3eb568b3ce67e4037a134460763552f3ef022639445a58de3e5595f94285433d230db5645e1f pv-1.6.6.tar.lz
"