From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- documents/ne/ne-2.5-makefile.patch.xz | Bin 0 -> 620 bytes documents/ne/ne.build | 66 ++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 documents/ne/ne-2.5-makefile.patch.xz create mode 100755 documents/ne/ne.build (limited to 'documents/ne') diff --git a/documents/ne/ne-2.5-makefile.patch.xz b/documents/ne/ne-2.5-makefile.patch.xz new file mode 100644 index 0000000..b124599 Binary files /dev/null and b/documents/ne/ne-2.5-makefile.patch.xz differ diff --git a/documents/ne/ne.build b/documents/ne/ne.build new file mode 100755 index 0000000..cf9c491 --- /dev/null +++ b/documents/ne/ne.build @@ -0,0 +1,66 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=ne +VERSION=2.5 +BUILD=1 +OPTIONS="noinfoz" + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null + fi + done +} + +# Install texinfo files + +install_info ne +EOF + +# Sources + +SRCNAME[0]=${NAME} +SRCVERS[0]=${VERSION} +SRCPACK[0]=http://ne.dsi.unimi.it/${SRCNAME[0]}-${SRCVERS[0]}.tar.gz +SRCCOPY[0]="GPL3" + +build0() +{ +make ${JOBS} PREFIX="${SYS_DIR[usr]}" OPTS="${FLAGS}" +make install PREFIX="${SYS_DIR[usr]}" DESTDIR="${PKG}" +doc doc/default.* +changelog CHANGES +} -- cgit v1.2.3-70-g09d2