#!/bin/bash # # Maintainer: Deposite Pirate source /usr/src/ports/Build/build.sh NAME=gettext VERSION=0.18.2.1 BUILD=1 DEPENDS=('expat >= 2.1.0-1') # Description cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null fi done } # Install texinfo files install_info gettext autosprintf EOF # Sources SRCNAME[0]=${NAME} SRCVERS[0]=${VERSION} SRCPACK[0]=${URL[gnu]}/${SRCNAME[0]}/${SRCNAME[0]}-${SRCVERS[0]}.tar.gz SRCCOPY[0]="GPL3" build0() { CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ ./configure \ --build="${ARCH}-slackware-linux" \ --disable-dependency-tracking \ --disable-silent-rules \ --disable-rpath \ --enable-static=no \ --enable-shared=yes \ --prefix="${SYS_DIR[usr]}" \ --mandir="${SYS_DIR[man]}" \ --infodir="${SYS_DIR[info]}" \ --docdir="${SYS_DIR[html]}/${SRCNAME[0]}" \ --sysconfdir="${SYS_DIR[etc]}" \ --libdir="${SYS_DIR[lib]}" \ --localstatedir="${SYS_DIR[var]}" \ --enable-threads=posix \ --with-included-glib \ --with-included-libcroco \ --with-included-libunistring \ --with-included-libxml make ${JOBS} V=1 make install DESTDIR="${PKG}" doc AUTHORS THANKS changelog NEWS rm -rf ${PKG}${SYS_DIR[html]} chmod 0755 ${PKG}${SYS_DIR[lib]}/preloadable_libintl.so }