mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/ne: Updated for version 2.5.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
262fd4b1ec
commit
1757e9eaf2
3 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ne
|
||||
VERSION=${VERSION:-2.4}
|
||||
VERSION=${VERSION:-2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ sed -i "/^PREFIX/s/usr\/local/usr/;
|
|||
s@share/info@info@g" makefile
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ne"
|
||||
VERSION="2.4"
|
||||
VERSION="2.5"
|
||||
HOMEPAGE="http://ne.dsi.unimi.it"
|
||||
DOWNLOAD="http://ne.dsi.unimi.it/ne-2.4.tar.gz"
|
||||
MD5SUM="b1ad4aca35637b98a091cc57235a8469"
|
||||
DOWNLOAD="http://ne.dsi.unimi.it/ne-2.5.tar.gz"
|
||||
MD5SUM="4d363338f1c7ebde1cb5becb4904aa8e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|
|
Loading…
Reference in a new issue