* Replaced patch command with applypatch function in multiple build files in base, xorg, gtk, extra and xfce sections
36 lines
1 KiB
Text
Executable file
36 lines
1 KiB
Text
Executable file
app=less
|
|
version=471
|
|
build=1sml
|
|
homepage='https://www.greenwoodsoftware.com/less/'
|
|
download='https://www.greenwoodsoftware.com/less/less-471.tar.gz'
|
|
desc="file pager similar to more"
|
|
requires="netbsd-curses"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/less.patch
|
|
applypatch $srcdir/less-implicit.patch
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sysconfdir=/etc
|
|
|
|
make CFLAGS="-static"
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING LICENSE $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
16822a461cf8dd4f0ebecf48da555c0c583640e5e7c16dc1361c7397dc32ece37ea40a4e31dd7b9264054ec65fb7ea04f34b6fe5d4c3a14ad726bfdef1f8d582 less-471.tar.lz
|
|
b4b79a40d85a604a35071d17b00deb0cea787b267fc00a658b3558388f31feafd7c12191bb1e59f1e505be5380abe9fdeb9b3e8fc4317192ca2312164fbcb5cf less-implicit.patch
|
|
88c69cefe9af0c355cc8f06c83c4ef069b22ad7a11b38278c7a066f67d21081becb0df129536ddbadc3f4afe43aa9c230cf9ef528b69045b8abb5db9ab5dccd8 less.patch
|
|
"
|