mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/ulfius: Updated for version 2.7.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
51894a0aa7
commit
32dfac061a
2 changed files with 8 additions and 11 deletions
|
@ -20,14 +20,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220421 bkw: Modified by SlackBuilds.org, BUILD=2:
|
||||
# - remove empty/useless files from doc dir.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ulfius
|
||||
VERSION=${VERSION:-2.7.9}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.7.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -83,14 +80,14 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_DOCDIR=doc/$PRGNAM-$VERSION \
|
||||
-DCMAKE_INSTALL_MANDIR=/usr/man \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make VERBOSE=1
|
||||
make install/strip DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
rm -rf $PKG/usr/share
|
||||
gzip -9 $PKG/usr/man/man*/*
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
DOCS="CHANGELOG.md LICENSE README.md"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ulfius"
|
||||
VERSION="2.7.9"
|
||||
VERSION="2.7.10"
|
||||
HOMEPAGE="https://github.com/babelouest/ulfius"
|
||||
DOWNLOAD="https://github.com/babelouest/ulfius/archive/v2.7.9/ulfius-2.7.9.tar.gz"
|
||||
MD5SUM="8f43afbe2e5b25ea8b47489f36849cc8"
|
||||
DOWNLOAD="https://github.com/babelouest/ulfius/archive/v2.7.10/ulfius-2.7.10.tar.gz"
|
||||
MD5SUM="0cee535c906d6fbfe724afe3ae2621b7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmicrohttpd yder"
|
||||
|
|
Loading…
Reference in a new issue