Disabled native language support (nls) in:
-> base/gdb,gdbm,glib,iso-codes,libgpg-error, -> libidn2,libqalculate,popt,procps-ng,sudo,sysstat,texinfo,xz Made fixes to a bunch of base build files to put stuff in /usr
This commit is contained in:
parent
06bd44b23a
commit
1a260f04ce
166 changed files with 3817 additions and 276 deletions
|
@ -5,8 +5,7 @@ build=1sml
|
||||||
homepage="https://wiki.gentoo.org/wiki/Eudev"
|
homepage="https://wiki.gentoo.org/wiki/Eudev"
|
||||||
download="http://sources.buildroot.net/eudev/eudev-$version.tar.gz"
|
download="http://sources.buildroot.net/eudev/eudev-$version.tar.gz"
|
||||||
desc="Independent fork of udev dynamic device manager by Gentoo devs"
|
desc="Independent fork of udev dynamic device manager by Gentoo devs"
|
||||||
requires="util-linux"
|
requires="util-linux gperf"
|
||||||
preservestaticlibs=1
|
|
||||||
|
|
||||||
prepbuilddir() {
|
prepbuilddir() {
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
||||||
|
@ -19,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--bindir=/bin \
|
--bindir=/bin \
|
||||||
--sbindir=/bin \
|
--sbindir=/bin \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
|
|
@ -19,10 +19,12 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--with-system-zlib \
|
--with-system-zlib \
|
||||||
--disable-sim
|
--disable-sim \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=gdbm
|
app=gdbm
|
||||||
version=1.23
|
version=1.23
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.gnu.org.ua/software/gdbm/"
|
homepage="https://www.gnu.org.ua/software/gdbm/"
|
||||||
download="https://ftp.gnu.org/gnu/gdbm/gdbm-$version.tar.gz"
|
download="https://ftp.gnu.org/gnu/gdbm/gdbm-$version.tar.gz"
|
||||||
desc="set of database routines that work similar to the standard UNIX dbm routines"
|
desc="set of database routines that work similar to the standard UNIX dbm routines"
|
||||||
|
@ -18,8 +18,10 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--bindir=/bin \
|
||||||
|
--disable-static \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=gettext
|
app=gettext
|
||||||
version=0.21.1
|
version=0.21.1
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.gnu.org/software/gettext/"
|
homepage="https://www.gnu.org/software/gettext/"
|
||||||
download="https://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.xz"
|
download="https://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.xz"
|
||||||
desc="Toolkit to internationalize messages given by shell scripts"
|
desc="Toolkit to internationalize messages given by shell scripts"
|
||||||
|
@ -18,9 +18,11 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
|
--disable-java \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-java
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -20,7 +20,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make CFLAGS="$CFLAGS"
|
make CFLAGS="$CFLAGS"
|
||||||
make install DESTDIR="$pkg" PREFIX=/
|
make install DESTDIR="$pkg" PREFIX=/usr BINDIR=/bin
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
|
|
@ -19,11 +19,13 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
|
|
||||||
meson .. --prefix=/ \
|
meson .. --prefix=/usr \
|
||||||
-Dman=false \
|
--bindir=/bin \
|
||||||
-Dgtk_doc=false \
|
-Dman=false \
|
||||||
-Dselinux=disabled \
|
-Dgtk_doc=false \
|
||||||
-Dinstalled_tests=false
|
-Dselinux=disabled \
|
||||||
|
-Dinstalled_tests=false \
|
||||||
|
-Dnls=disabled
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
DESTDIR="$pkg" ninja install
|
DESTDIR="$pkg" ninja install
|
||||||
|
@ -35,4 +37,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
417177f991fc449308135d6390a4c887a02718c32ba8a3699126d2f2d2b3225fb34946c47ae32895232e1e0df65ae3a9643ed7bc9c6d0a42c0847ab8e134a1a3 glib-2.78.1.tar.lz
|
417177f991fc449308135d6390a4c887a02718c32ba8a3699126d2f2d2b3225fb34946c47ae32895232e1e0df65ae3a9643ed7bc9c6d0a42c0847ab8e134a1a3 glib-2.78.1.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,8 +18,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=icu
|
app=icu
|
||||||
version=72.1
|
version=72.1
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="http://www.icu-project.org/"
|
homepage="http://www.icu-project.org/"
|
||||||
download="https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz"
|
download="https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz"
|
||||||
desc="International Components for Unicode"
|
desc="International Components for Unicode"
|
||||||
|
@ -9,20 +9,20 @@ requires="gcc-libs python3"
|
||||||
|
|
||||||
prepbuilddir() {
|
prepbuilddir() {
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
||||||
rm -rf "$app"
|
rm -rf $app-$version
|
||||||
|
|
||||||
sversion="$(echo $version | sed 's/\./_/g')"
|
tar xf $srcdir/$app-$version.tar.?z*
|
||||||
tar xf $srcdir/icu4c-$sversion-src.tar.lz
|
cd $app-$version
|
||||||
cd icu
|
|
||||||
fixbuilddirpermissions
|
fixbuilddirpermissions
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd source
|
cd source
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="" \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--sbindir=/bin \
|
--sbindir=/bin \
|
||||||
--docdir="/share/doc/$app-$version" \
|
--docdir="/usr/share/doc/$app-$version" \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
--disable-samples \
|
--disable-samples \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
@ -34,5 +34,5 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
2d4b77236520b97135d540da6a672795d45f3bf2b0b5cc924d178491761e1f16de6fa8ab5ab9726d2f81ba214c670f2ca2d2c44b59eccda6e9500f97b2b48b30 icu4c-72_1-src.tar.lz
|
c60f9caa263c6d4e920ae573c3245a86f8778637392dc7fbd17c4d1162997c7628beec18fc60bc22962b211aa0d522cbbbf86221cf6ae772369602a300cee09d icu-72.1.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -24,7 +24,8 @@ build() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -35,11 +35,11 @@ build() {
|
||||||
# generate busybox loadkmap compatible keymaps from the gnu ones
|
# generate busybox loadkmap compatible keymaps from the gnu ones
|
||||||
# taken from http://hg.slitaz.org/wok/file/3f989c266063/kbd-busybox/receipt
|
# taken from http://hg.slitaz.org/wok/file/3f989c266063/kbd-busybox/receipt
|
||||||
|
|
||||||
mkdir -p "$pkg"/share/kmap
|
mkdir -p "$pkg"/usr/share/kmap
|
||||||
for i in $(cat $srcdir/keymaps) ; do
|
for i in $(cat $srcdir/keymaps) ; do
|
||||||
k=$(basename $i)
|
k=$(basename $i)
|
||||||
k=${k%.map} # strips off .map from $k
|
k=${k%.map} # strips off .map from $k
|
||||||
./loadkeys -b -q data/keymaps/i386/$i > "$pkg"/share/kmap/$k.kmap || echo "Error loadkeys...$i"
|
./loadkeys -b -q data/keymaps/i386/$i > "$pkg"/usr/share/kmap/$k.kmap || echo "Error loadkeys...$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
install -Dm 755 $srcdir/loadkeys $pkg/bin/loadkeys
|
install -Dm 755 $srcdir/loadkeys $pkg/bin/loadkeys
|
||||||
|
|
|
@ -17,23 +17,23 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make -j1 NO_ARLIB=1 \
|
make -j1 NO_ARLIB=1 \
|
||||||
LIBDIR=/lib \
|
LIBDIR=/usr/lib \
|
||||||
USRLIBDIR=/lib \
|
USRLIBDIR=/usr/lib \
|
||||||
SBINDIR=/bin \
|
SBINDIR=/bin \
|
||||||
MANDIR=/share/man \
|
MANDIR=/usr/share/man \
|
||||||
SHAREDIR=/share \
|
SHAREDIR=/usr/share \
|
||||||
INCLUDEDIR=/include \
|
INCLUDEDIR=/usr/include \
|
||||||
version="$version" \
|
version="$version" \
|
||||||
RELEASE="-r0" \
|
RELEASE="-r0" \
|
||||||
CFLAGS="$CFLAGS"
|
CFLAGS="$CFLAGS"
|
||||||
|
|
||||||
make -j1 NO_ARLIB=1 \
|
make -j1 NO_ARLIB=1 \
|
||||||
LIBDIR=/lib \
|
LIBDIR=/usr/lib \
|
||||||
USRLIBDIR=/lib \
|
USRLIBDIR=/usr/lib \
|
||||||
SBINDIR=/bin \
|
SBINDIR=/bin \
|
||||||
MANDIR=/share/man \
|
MANDIR=/usr/share/man \
|
||||||
SHAREDIR=/share \
|
SHAREDIR=/usr/share \
|
||||||
INCLUDEDIR=/include \
|
INCLUDEDIR=/usr/include \
|
||||||
install DESTDIR=$pkg
|
install DESTDIR=$pkg
|
||||||
|
|
||||||
cp LICENCE* $pkgdocs/
|
cp LICENCE* $pkgdocs/
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--with-python=no \
|
--with-python=no \
|
||||||
--with-python3=no
|
--with-python3=no
|
||||||
|
|
|
@ -18,9 +18,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--bindir=/bin \
|
||||||
$builddist
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--enable-cpp-progs \
|
--enable-cpp-progs \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-example-progs
|
--disable-example-progs
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-vcd-info \
|
--disable-vcd-info \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-cpp-progs
|
--enable-cpp-progs
|
||||||
|
|
|
@ -17,7 +17,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -20,7 +20,7 @@ build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
|
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_INSTALL_PREFIX= \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DBUILD_SHARED_LIBS=ON
|
-DBUILD_SHARED_LIBS=ON
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static
|
||||||
$builddist
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
app=libexif
|
app=libexif
|
||||||
version=0.6.22
|
version=0.6.22
|
||||||
mversion="(echo $version | sed 's@_@.)"
|
mversion="(echo $version | sed 's@_@.)"
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://libexif.github.io/"
|
homepage="https://libexif.github.io/"
|
||||||
download="https://github.com/libexif/libexif/releases/download/libexif-$mversion-release/libexif-$version.tar.xz"
|
download="https://github.com/libexif/libexif/releases/download/libexif-$mversion-release/libexif-$version.tar.xz"
|
||||||
desc="Exchangeable Image File Format library"
|
desc="Exchangeable Image File Format library"
|
||||||
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libgc
|
app=libgc
|
||||||
version=8.0.4
|
version=8.0.4
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.hboehm.info/gc/"
|
homepage="https://www.hboehm.info/gc/"
|
||||||
download="https://www.hboehm.info/gc/gc_source/gc-$version.tar.gz"
|
download="https://www.hboehm.info/gc/gc_source/gc-$version.tar.gz"
|
||||||
desc="Conservative garbage collector for C and C++"
|
desc="Conservative garbage collector for C and C++"
|
||||||
|
@ -18,11 +18,10 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--enable-cplusplus \
|
--enable-cplusplus \
|
||||||
--enable-threads=pthreads \
|
--enable-threads=pthreads \
|
||||||
--disable-static \
|
--disable-static
|
||||||
$builddist
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--program-prefix="" \
|
--program-prefix="" \
|
||||||
|
@ -34,4 +35,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
71202e8300251cb41c3af9b731b01d31b674f99f4c0ca9f878f4fc14d00d65cda66cec1538e95a8cb3c79d231cd4bddec20507256633fd5f4987a598c6b76e17 libgcrypt-1.10.2.tar.lz
|
71202e8300251cb41c3af9b731b01d31b674f99f4c0ca9f878f4fc14d00d65cda66cec1538e95a8cb3c79d231cd4bddec20507256633fd5f4987a598c6b76e17 libgcrypt-1.10.2.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libgit2
|
app=libgit2
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://libgit2.github.com/"
|
homepage="https://libgit2.github.com/"
|
||||||
download="https://github.com/libgit2/libgit2/releases/download/v1.0.1/libgit2-1.0.1.tar.gz"
|
download="https://github.com/libgit2/libgit2/releases/download/v1.0.1/libgit2-1.0.1.tar.gz"
|
||||||
desc="C library for custom Git applications"
|
desc="C library for custom Git applications"
|
||||||
|
@ -20,11 +20,9 @@ build() {
|
||||||
|
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_PREFIX= \
|
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DTHREADSAFE=ON \
|
-DTHREADSAFE=ON
|
||||||
-Wno-dev
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -21,8 +21,10 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--enable-install-gpg-error-config
|
--bindir=/bin \
|
||||||
|
--enable-install-gpg-error-config \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libical
|
app=libical
|
||||||
version=3.0.8
|
version=3.0.8
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://github.com/libical/libical"
|
homepage="https://github.com/libical/libical"
|
||||||
download="https://github.com/libical/libical/archive/refs/tags/v$version.tar.gz"
|
download="https://github.com/libical/libical/archive/refs/tags/v$version.tar.gz"
|
||||||
desc="iCAL calendaring and scheduling protocol implementation"
|
desc="iCAL calendaring and scheduling protocol implementation"
|
||||||
|
@ -22,9 +22,8 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_INSTALL_PREFIX= \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||||
-DINCLUDE_INSTALL_DIR=include \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DENABLE_GTK_DOC=OFF \
|
-DENABLE_GTK_DOC=OFF \
|
||||||
-DSHARED_ONLY=ON
|
-DSHARED_ONLY=ON
|
||||||
|
|
|
@ -19,9 +19,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--bindir=/bin \
|
||||||
$builddist
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -17,8 +17,10 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--bindir=/bin \
|
||||||
|
--disable-static \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,9 +18,9 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_INSTALL_PREFIX="" \
|
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||||
-DCMAKE_INSTALL_LIBDIR="/lib" \
|
-DCMAKE_INSTALL_BINDIR="/bin" \
|
||||||
-DCMAKE_INSTALL_DOCDIR="/share/doc/$app-$version" \
|
-DCMAKE_INSTALL_LIBDIR="/usr/lib" \
|
||||||
-DENABLE_STATIC=OFF
|
-DENABLE_STATIC=OFF
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -31,4 +31,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
86a7248d064043b26b09755633ef4872a2a6133c9e677a9fe4be6645b2e0fde102cf01e09119967b3b6b85f4cb93f3f7c49ec4973944d5eff99b5b90ce8b0be6 libjpeg-turbo-2.1.5.1.tar.gz
|
86a7248d064043b26b09755633ef4872a2a6133c9e677a9fe4be6645b2e0fde102cf01e09119967b3b6b85f4cb93f3f7c49ec4973944d5eff99b5b90ce8b0be6 libjpeg-turbo-2.1.5.1.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libkate
|
app=libkate
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://wiki.xiph.org/OggKate"
|
homepage="https://wiki.xiph.org/OggKate"
|
||||||
desc="Codec providing karaoke and text support in Ogg"
|
desc="Codec providing karaoke and text support in Ogg"
|
||||||
requires="libogg libpng python3"
|
requires="libogg libpng python3"
|
||||||
|
@ -23,7 +23,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -17,7 +17,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,7 +17,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-udev=/lib/udev
|
--with-udev=/lib/udev
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-introspection
|
--disable-introspection
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,7 +17,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,7 +17,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -17,7 +17,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libogg
|
app=libogg
|
||||||
version=1.3.4
|
version=1.3.4
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://xiph.org/ogg/"
|
homepage="https://xiph.org/ogg/"
|
||||||
desc="Library for manipulating ogg bitstreams"
|
desc="Library for manipulating ogg bitstreams"
|
||||||
requires="musl"
|
requires="musl"
|
||||||
|
@ -17,7 +17,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,8 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p smbuild && cd smbuild
|
mkdir -p smbuild && cd smbuild
|
||||||
cmake .. \
|
cmake .. \
|
||||||
-DCMAKE_INSTALL_PREFIX= \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_INSTALL_BINDIR=/bin \
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib
|
-DCMAKE_INSTALL_LIBDIR=lib
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,10 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--bindir=/bin \
|
||||||
|
--disable-static \
|
||||||
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,9 +18,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--bindir=/bin \
|
||||||
$builddist
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -20,7 +20,7 @@ build() {
|
||||||
ac_cv_tls=__thread \
|
ac_cv_tls=__thread \
|
||||||
ax_cv_check_cflags___ftls_model_local_dynamic=no \
|
ax_cv_check_cflags___ftls_model_local_dynamic=no \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-ssp \
|
--disable-ssp \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--enable-static=no
|
--enable-static=no
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -20,10 +20,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-examples \
|
--disable-examples
|
||||||
$builddist
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--without-kqueue \
|
--without-kqueue \
|
||||||
--enable-aligned \
|
--enable-aligned \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libunistring
|
app=libunistring
|
||||||
version=0.9.10
|
version=0.9.10
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="http://www.gnu.org/s/libunistring"
|
homepage="http://www.gnu.org/s/libunistring"
|
||||||
download="https://ftp.gnu.org/gnu/libunistring/libunistring-$version.tar.gz"
|
download="https://ftp.gnu.org/gnu/libunistring/libunistring-$version.tar.gz"
|
||||||
desc="GNU Unicode string manipulating library"
|
desc="GNU Unicode string manipulating library"
|
||||||
|
@ -17,9 +17,8 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -20,7 +20,7 @@ build() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -33,4 +33,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
20753fcbded93dead97777d6c18eb36b2440a73475946da2fe0d2125059e6d3915e89f2889bffb944f6507ee228860a3df9814d1bd68a61db235017f7f601bd0 libuv-v1.45.0.tar.lz
|
20753fcbded93dead97777d6c18eb36b2440a73475946da2fe0d2125059e6d3915e89f2889bffb944f6507ee228860a3df9814d1bd68a61db235017f7f601bd0 libuv-v1.45.0.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-ssl
|
--without-ssl
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,8 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make PREFIX= SBINDIR=/bin BUILD_STATIC_LIB=0
|
make PREFIX=/usr SBINDIR=/bin BUILD_STATIC_LIB=0
|
||||||
make install PREFIX= DESTDIR="$pkg" SBINDIR=bin MANDIR=share/man BUILD_STATIC_LIB=0
|
make install PREFIX=/usr DESTDIR="$pkg" BINDIR=/bin SBINDIR=/bin MANDIR=/usr/share/man BUILD_STATIC_LIB=0
|
||||||
|
|
||||||
cp COPYING* $pkgdocs/
|
cp COPYING* $pkgdocs/
|
||||||
|
|
||||||
|
|
|
@ -21,14 +21,14 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--with-acl
|
--with-acl
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
|
|
||||||
install -Dm 755 $app $pkg/bin/$app
|
install -Dm 755 $app $pkg/bin/$app
|
||||||
install -Dm 644 $app.8 $pkg/share/man/man8/$app.8
|
install -Dm 644 $app.8 $pkg/usr/share/man/man8/$app.8
|
||||||
|
|
||||||
mkdir -p $pkg/etc/logrotate.d $pkg/var/spool/cron/crontabs
|
mkdir -p $pkg/etc/logrotate.d $pkg/var/spool/cron/crontabs
|
||||||
cp $srcdir/logrotate.conf.new $pkg/etc/
|
cp $srcdir/logrotate.conf.new $pkg/etc/
|
||||||
|
|
|
@ -23,7 +23,7 @@ build() {
|
||||||
cp 00README $pkgdocs/LICENSE
|
cp 00README $pkgdocs/LICENSE
|
||||||
|
|
||||||
install -Dm 755 lsof $pkg/bin/lsof
|
install -Dm 755 lsof $pkg/bin/lsof
|
||||||
install -Dm 644 Lsof.8 $pkg/share/man/man8/lsof.8
|
install -Dm 644 Lsof.8 $pkg/usr/share/man/man8/lsof.8
|
||||||
|
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=lvm
|
app=lvm
|
||||||
version=2.2.02.168
|
version=2.2.02.168
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="http://www.sourceware.org/lvm2/"
|
homepage="http://www.sourceware.org/lvm2/"
|
||||||
download="ftp://sources.redhat.com/pub/lvm2/releases/LVM$version.tgz"
|
download="ftp://sources.redhat.com/pub/lvm2/releases/LVM$version.tgz"
|
||||||
desc="Collection of logical volume utilities"
|
desc="Collection of logical volume utilities"
|
||||||
|
@ -23,7 +23,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--sbindir=/bin \
|
--sbindir=/bin \
|
||||||
--disable-readline \
|
--disable-readline \
|
||||||
--enable-dmeventd \
|
--enable-dmeventd \
|
||||||
|
|
|
@ -19,8 +19,8 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
make -j1 \
|
make -j1 \
|
||||||
CFLAGS="$CFLAGS" \
|
CFLAGS="$CFLAGS" \
|
||||||
PREFIX= \
|
PREFIX=/usr \
|
||||||
MANDIR="/share/man" \
|
BINDIR=/bin \
|
||||||
BUILD_STATIC=no \
|
BUILD_STATIC=no \
|
||||||
DESTDIR=$pkg default install
|
DESTDIR=$pkg default install
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
CXXFLAGS="$CXXFLAGS -static"
|
CXXFLAGS="$CXXFLAGS -static"
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
CFLAGS="$CFLAGS"
|
CFLAGS="$CFLAGS"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=lzo
|
app=lzo
|
||||||
version=2.10
|
version=2.10
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="http://www.oberhumer.com/opensource/lzo/"
|
homepage="http://www.oberhumer.com/opensource/lzo/"
|
||||||
download="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
download="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
|
||||||
desc="portable lossless data compression library written in ANSI C"
|
desc="portable lossless data compression library written in ANSI C"
|
||||||
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
--enable-static=no
|
--enable-static=no
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=make
|
app=make
|
||||||
version=4.4
|
version=4.4
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.gnu.org/software/make/"
|
homepage="https://www.gnu.org/software/make/"
|
||||||
download="https://ftp.gnu.org/gnu/make/make-$version.tar.gz"
|
download="https://ftp.gnu.org/gnu/make/make-$version.tar.gz"
|
||||||
desc="GNU make utility to maintain groups of programs"
|
desc="GNU make utility to maintain groups of programs"
|
||||||
|
@ -21,7 +21,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--without-guile
|
--without-guile
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,7 +19,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
mkdir -p $pkg/bin
|
mkdir -p $pkg/bin
|
||||||
cp makeself-header.sh makeself.sh makeself.lsm $pkg/bin/
|
cp makeself-header.sh makeself.sh makeself.lsm $pkg/bin/
|
||||||
install -Dm 644 makeself.1 $pkg/share/man/man1/makeself.1
|
install -Dm 644 makeself.1 $pkg/usr/share/man/man1/makeself.1
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
|
|
@ -17,17 +17,17 @@ prepbuilddir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make install prefix= DESTDIR=$pkg
|
make install prefix=/usr DESTDIR=$pkg
|
||||||
|
|
||||||
# Provided by mandoc
|
# Provided by mandoc
|
||||||
rm -fv "$pkg"/share/man/man7/man* \
|
rm -fv "$pkg"/usr/share/man/man7/man* \
|
||||||
"$pkg"/share/man/man7/mdoc*
|
"$pkg"/usrshare/man/man7/mdoc*
|
||||||
|
|
||||||
# Provided by tzdata
|
# Provided by tzdata
|
||||||
rm -fv "$pkg"/share/man/man5/tzfile* \
|
rm -fv "$pkg"/usr/share/man/man5/tzfile* \
|
||||||
"$pkg"/share/man/man8/tzselect* \
|
"$pkg"/urs/share/man/man8/tzselect* \
|
||||||
"$pkg"/share/man/man8/zic* \
|
"$pkg"/usr/share/man/man8/zic* \
|
||||||
"$pkg"/share/man/man8/zdump*
|
"$pkg"/usr/share/man/man8/zdump*
|
||||||
|
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=meson
|
app=meson
|
||||||
version=0.63.2
|
version=1.3.0
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="https://github.com/mesonbuild/meson"
|
homepage="https://github.com/mesonbuild/meson"
|
||||||
download="https://github.com/mesonbuild/meson/releases/download/$version/meson-$version.tar.gz"
|
download="https://github.com/mesonbuild/meson/releases/download/$version/meson-$version.tar.gz"
|
||||||
|
@ -23,9 +23,13 @@ build() {
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
mkdir $pkg/bin
|
||||||
|
mv $pkg/usr/bin/* $pkg/bin/
|
||||||
|
rmdir $pkg/usr/bin
|
||||||
|
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
08d0d6dc1e9e5adf9a624969d575c25f96bac1bf3ab78d7914a7fe0984f31ef6ff4d1a3e6f11eeac2185d92bbb1ed801de2a0447d489f3946a62e108288b62e6 meson-0.63.2.tar.lz
|
fbcbdd9551ad12b7be84411b96357e01c7c0c38a8e9933093d2e71ed7e12bd4278245798684d389c332eb75dd50c99310affc9acb01cf8bedd45265335083a32 meson-1.3.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make
|
make
|
||||||
make install INSTALLPREFIX= DESTDIR=$pkg LIBDIR=lib
|
make install INSTALLPREFIX=/usr INSTALLDIRBIN=/bin DESTDIR=$pkg LIBDIR=lib
|
||||||
|
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
python3 setup.py install --root=$pkg
|
python3 setup.py install --root=$pkg
|
||||||
|
|
|
@ -21,7 +21,7 @@ build() {
|
||||||
chmod +x Build.sh
|
chmod +x Build.sh
|
||||||
CFLAGS+=" -static" ./Build.sh
|
CFLAGS+=" -static" ./Build.sh
|
||||||
|
|
||||||
install -Dm 644 mksh.1 $pkg/share/man/man1/mksh.1
|
install -Dm 644 mksh.1 $pkg/usr/share/man/man1/mksh.1
|
||||||
install -Dm 755 mksh $pkg/bin/mksh
|
install -Dm 755 mksh $pkg/bin/mksh
|
||||||
|
|
||||||
head -n 26 Build.sh > $pkgdocs/LICENSE
|
head -n 26 Build.sh > $pkgdocs/LICENSE
|
||||||
|
|
|
@ -23,7 +23,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
|
--localstatedir=/var
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=mpfr
|
app=mpfr
|
||||||
version=3.1.6
|
version=3.1.6
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.mpfr.org/"
|
homepage="https://www.mpfr.org/"
|
||||||
download="https://ftp.gnu.org/gnu/mpfr/mpfr-$version.tar.xz"
|
download="https://ftp.gnu.org/gnu/mpfr/mpfr-$version.tar.xz"
|
||||||
desc="Multiple-Precision Floating-Point Reliable Library"
|
desc="Multiple-Precision Floating-Point Reliable Library"
|
||||||
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--without-x
|
--without-x
|
||||||
|
|
||||||
make PREFIX= DESTDIR=$pkg -j1 all install
|
make PREFIX= DESTDIR=$pkg -j1 all install
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=nano
|
app=nano
|
||||||
version=3.2
|
version=3.2
|
||||||
build=3sml
|
build=1sml
|
||||||
homepage="http://www.nano-editor.org"
|
homepage="http://www.nano-editor.org"
|
||||||
download="https://www.nano-editor.org/dist/v3/nano-$version.tar.xz"
|
download="https://www.nano-editor.org/dist/v3/nano-$version.tar.xz"
|
||||||
desc="Nano's ANOther editor, an enhanced free Pico clone"
|
desc="Nano's ANOther editor, an enhanced free Pico clone"
|
||||||
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=nasm
|
app=nasm
|
||||||
version=2.14.02
|
version=2.14.02
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.nasm.us/"
|
homepage="https://www.nasm.us/"
|
||||||
download="https://www.nasm.us/pub/nasm/releasebuilds/$version/nasm-$version.tar.xz"
|
download="https://www.nasm.us/pub/nasm/releasebuilds/$version/nasm-$version.tar.xz"
|
||||||
desc="Netwide assembler providing instruction mnemonics and syntax"
|
desc="Netwide assembler providing instruction mnemonics and syntax"
|
||||||
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--bindir=/bin
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=netbsd-curses
|
app=netbsd-curses
|
||||||
version=0.3.2
|
version=0.3.1
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
homepage="http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
||||||
download="https://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-$version.tar.xz"
|
download="https://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-$version.tar.xz"
|
||||||
|
@ -24,12 +24,13 @@ HOSTCC=gcc
|
||||||
AR=ar
|
AR=ar
|
||||||
RANLIB=ranlib
|
RANLIB=ranlib
|
||||||
CFLAGS=$CFLAGS
|
CFLAGS=$CFLAGS
|
||||||
PREFIX=
|
PREFIX=/usr
|
||||||
|
BINDIR=/bin
|
||||||
DESTDIR=$pkg
|
DESTDIR=$pkg
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
@ -37,5 +38,5 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
225d0320f9968bd9b543b849258658e25ff72a051c96d182282eb30bcf0060ce8b158ec4eb7763560a3448c22346b00af1d1c0a3d236b2c8e07dc9f59c33a488 netbsd-curses-0.3.2.tar.lz
|
d8f650d241bd9db213194213900983c694194c00fcc406c1091b0be15248f6b6453983027cd87e1ff34eb05c6fd8f63797035d545df8b2642ec9b87a2a6a279e netbsd-curses-0.3.1.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,13 +18,14 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
sed -i 's@#.*$@@g' "$pkg"/lib/pkgconfig/hogweed.pc
|
sed -i 's@#.*$@@g' "$pkg"/usr/lib/pkgconfig/hogweed.pc
|
||||||
|
|
||||||
cp COPYING* $pkgdocs/
|
cp COPYING* $pkgdocs/
|
||||||
|
|
||||||
|
@ -33,4 +34,4 @@ build() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
05de0b705a2759ef684a59fea3cdfef5d3be7ae96fc501c47612ec94ece27bc92a613c1bf881c96ae5d12755d663f2fedfbf45b6f40de920c2c2b523b9583b3b nettle-3.9.tar.lz
|
05de0b705a2759ef684a59fea3cdfef5d3be7ae96fc501c47612ec94ece27bc92a613c1bf881c96ae5d12755d663f2fedfbf45b6f40de920c2c2b523b9583b3b nettle-3.9.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
--enable-lib-only \
|
--enable-lib-only \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
|
@ -22,7 +22,7 @@ build() {
|
||||||
python ./configure.py --bootstrap
|
python ./configure.py --bootstrap
|
||||||
|
|
||||||
install -Dm 755 ninja $pkg/bin/ninja
|
install -Dm 755 ninja $pkg/bin/ninja
|
||||||
install -Dm 644 misc/bash-completion $pkg/share/bash-completion/completions/ninja
|
install -Dm 644 misc/bash-completion $pkg/usr/share/bash-completion/completions/ninja
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--enable-posix-api \
|
--enable-posix-api \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-doc
|
--disable-doc
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=opusfile
|
app=opusfile
|
||||||
version=0.11
|
version=0.11
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://opus-codec.org/"
|
homepage="https://opus-codec.org/"
|
||||||
download="https://downloads.xiph.org/releases/opus/opusfile-$version.tar.gz"
|
download="https://downloads.xiph.org/releases/opus/opusfile-$version.tar.gz"
|
||||||
desc="dependency for the opus audio library"
|
desc="dependency for the opus audio library"
|
||||||
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=p11-kit
|
app=p11-kit
|
||||||
version=0.23.20
|
version=0.23.20
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://github.com/p11-glue/p11-kit"
|
homepage="https://github.com/p11-glue/p11-kit"
|
||||||
download="https://github.com/p11-glue/p11-kit/archive/refs/tags/$version.tar.gz"
|
download="https://github.com/p11-glue/p11-kit/archive/refs/tags/$version.tar.gz"
|
||||||
desc="tools to load and enumerate PKCS#11 modules"
|
desc="tools to load and enumerate PKCS#11 modules"
|
||||||
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--without-trust-paths
|
--without-trust-paths
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=parted
|
app=parted
|
||||||
version=3.2
|
version=3.2
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.gnu.org/software/parted/"
|
homepage="https://www.gnu.org/software/parted/"
|
||||||
download="https://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
download="https://ftp.gnu.org/gnu/parted/parted-$version.tar.xz"
|
||||||
desc="GNU disk partitioning tool"
|
desc="GNU disk partitioning tool"
|
||||||
|
@ -22,7 +22,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
CFLAGS+=" -Dloff_t=off_t -include sys/sysmacros.h" \
|
CFLAGS+=" -Dloff_t=off_t -include sys/sysmacros.h" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--sbindir=/bin \
|
--sbindir=/bin \
|
||||||
--enable-threads=posix \
|
--enable-threads=posix \
|
||||||
--disable-static
|
--disable-static
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=patch
|
app=patch
|
||||||
version=2.7.5
|
version=2.7.5
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.gnu.org/software/patch/"
|
homepage="https://www.gnu.org/software/patch/"
|
||||||
download="https://ftp.gnu.org/gnu/patch/patch-$version.tar.xz"
|
download="https://ftp.gnu.org/gnu/patch/patch-$version.tar.xz"
|
||||||
desc="Utility to apply a diff or patches file to an original file or files"
|
desc="Utility to apply a diff or patches file to an original file or files"
|
||||||
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr \
|
||||||
|
--bindir=/bin
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -22,7 +22,7 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
make CFLAGS+=" -DHAVE_PREAD" \
|
make CFLAGS+=" -DHAVE_PREAD" \
|
||||||
LDFLAGS="-llzma" \
|
LDFLAGS="-llzma" \
|
||||||
PREFIX= \
|
PREFIX=/usr \
|
||||||
SHARED=yes \
|
SHARED=yes \
|
||||||
SBINDIR=/bin \
|
SBINDIR=/bin \
|
||||||
DESTDIR="$pkg" \
|
DESTDIR="$pkg" \
|
||||||
|
@ -30,14 +30,14 @@ build() {
|
||||||
|
|
||||||
make CFLAGS+=" -DHAVE_PREAD" \
|
make CFLAGS+=" -DHAVE_PREAD" \
|
||||||
LDFLAGS="-llzma" \
|
LDFLAGS="-llzma" \
|
||||||
PREFIX= \
|
PREFIX=/usr \
|
||||||
SHARED=yes \
|
SHARED=yes \
|
||||||
SBINDIR=/bin \
|
SBINDIR=/bin \
|
||||||
DESTDIR="$pkg" \
|
DESTDIR="$pkg" \
|
||||||
STRIP="" install-lib
|
STRIP="" install-lib
|
||||||
|
|
||||||
sed -i '/^Libs:/d' $pkg/lib/pkgconfig/libpci.pc
|
sed -i '/^Libs:/d' $pkg/usr/lib/pkgconfig/libpci.pc
|
||||||
sed -i 's/^Libs.private:/Libs: -lpci /' $pkg/lib/pkgconfig/libpci.pc
|
sed -i 's/^Libs.private:/Libs: -lpci /' $pkg/usr/lib/pkgconfig/libpci.pc
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=pcre
|
app=pcre
|
||||||
version=8.44
|
version=8.44
|
||||||
build=2sml
|
build=1sml
|
||||||
homepage="https://www.pcre.org/"
|
homepage="https://www.pcre.org/"
|
||||||
download="https://ftp.pcre.org/pub/pcre/pcre-$version.tar.gz"
|
download="https://ftp.pcre.org/pub/pcre/pcre-$version.tar.gz"
|
||||||
desc="Perl-compatible regular expression library"
|
desc="Perl-compatible regular expression library"
|
||||||
|
@ -20,7 +20,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--enable-pcre16 \
|
--enable-pcre16 \
|
||||||
--enable-pcre32 \
|
--enable-pcre32 \
|
||||||
--enable-pcregrep-libbz2 \
|
--enable-pcregrep-libbz2 \
|
||||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--enable-pcre2-16 \
|
--enable-pcre2-16 \
|
||||||
--enable-pcre2-32 \
|
--enable-pcre2-32 \
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
|
|
|
@ -23,7 +23,7 @@ build() {
|
||||||
-DPHYSFS_BUILD_STATIC=OFF \
|
-DPHYSFS_BUILD_STATIC=OFF \
|
||||||
-DPHYSFS_BUILD_TEST=OFF \
|
-DPHYSFS_BUILD_TEST=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=
|
-DCMAKE_INSTALL_PREFIX=/usr
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -21,7 +21,7 @@ build() {
|
||||||
|
|
||||||
install -Dm 755 pigz $pkg/bin/pigz
|
install -Dm 755 pigz $pkg/bin/pigz
|
||||||
install -Dm 755 unpigz $pkg/bin/unpigz
|
install -Dm 755 unpigz $pkg/bin/unpigz
|
||||||
install -Dm 644 pigz.1 $pkg/share/man/man1/pigz.1
|
install -Dm 644 pigz.1 $pkg/usr/share/man/man1/pigz.1
|
||||||
|
|
||||||
cp README $pkgdocs/
|
cp README $pkgdocs/
|
||||||
cp zopfli/COPYING $pkgdocs/COPYING.zopfli
|
cp zopfli/COPYING $pkgdocs/COPYING.zopfli
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=pkgconf
|
app=pkgconf
|
||||||
version=1.7.3
|
version=1.7.3
|
||||||
build=3sml
|
build=1sml
|
||||||
homepage="https://git.sr.ht/~kaniini/pkgconf"
|
homepage="https://git.sr.ht/~kaniini/pkgconf"
|
||||||
download="https://distfiles.dereferenced.org/pkgconf/pkgconf-$version.tar.xz"
|
download="https://distfiles.dereferenced.org/pkgconf/pkgconf-$version.tar.xz"
|
||||||
desc="Drop-in replacement for the bloated pkg-config utility"
|
desc="Drop-in replacement for the bloated pkg-config utility"
|
||||||
|
@ -18,10 +18,11 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--docdir="/share/doc/$app-$version" \
|
--bindir=/bin \
|
||||||
|
--docdir="/usr/share/doc/$app-$version" \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pkg-config-dir="/lib/pkgconfig:/lib/pkgconfig:/share/pkgconfig"
|
--with-pkg-config-dir="/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig"
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue