Updated more build files to put stuff in /usr

This commit is contained in:
PktSurf 2024-10-16 21:44:01 +05:30
parent 64cd7eb8fe
commit a579237620
24 changed files with 54 additions and 39 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=enchant
version=2.2.8
build=2sml
build=1sml
homepage="https://abiword.github.io/enchant/"
download="https://github.com/AbiWord/$version/releases/download/v$version/enchant-$version.tar.gz"
desc="spell checking library"
@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--disable-static
make
@ -28,10 +29,10 @@ build() {
(
cd $pkg
cd include ; ln -sfv enchant-2 enchant
cd ../bin ; ln -sfv enchant-2 enchant
cd ../lib ; ln -sfv libenchant-2.so libenchant.so
cd ../lib/pkgconfig ; ln -sfv enchant-2.pc enchant.pc
cd usr/include ; ln -sfv enchant-2 enchant
cd ../../bin ; ln -sfv enchant-2 enchant
cd ../usr/lib ; ln -sfv libenchant-2.so libenchant.so
cd pkgconfig ; ln -sfv enchant-2.pc enchant.pc
)
mkfinalpkg

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--disable-static
make

View file

@ -22,8 +22,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
$builddist
--prefix=/usr \
--bindir=/bin
make
make install DESTDIR="$pkg"
@ -37,4 +37,4 @@ sha512sums="
b9b97127c6a5d89759563cd4a1e4f87ed911610b70bbfff309105ab733290f74087bd0eb066eaad860be5624573ad2dfc1245eb45347c2d1c9800033c35e5c0a ftjam-2.5.3-false-flags.patch
e02948ccccb963ddfeb777c217efafaf19239cacff80514c167166ec666a6301b90e1a86a2b97ab58fee006f509106cc0e3dacbbde822efd0db2b9f5f4645be8 ftjam-2.5.3-i-hate-yacc.patch
6d8b399f8a4047c34b1315a230cf47e8ab76c7fbad9089fd4c3c18b2ba7fbb2f3ecbcb2d3a1075f0d95d36e547490de345167ba55fed75221b2b8162796ccc25 ftjam-2.5.3-nostrip.patch
"
"

View file

@ -20,7 +20,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--enable-shared \
--disable-static \
--without-tests \
@ -37,4 +38,4 @@ build() {
sha512sums="
4125216628b99820eb1ee333c641d6db55944465bf97f8b6060da72027d2e76e6c9758cc3383c159780eef778fab5a6f5203b4e3d71c1a566574608e00116e62 gloox-1.0.22.tar.lz
b30ddcfea7817a4426ad38febe9f16f1db2d4552710d7e02dbe69674ab6a06f9b26678f3f2a0d07bf6f08f16724387fff2b1b3deec76bdd6742b270a3366c8de gloox-musl.patch
"
"

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--disable-static \
--disable-mono \
--disable-introspection

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--with-pic \
--enable-cxx \
--disable-static

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--sbindir=/bin
make

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--enable-openssl-compatibility \
--disable-static

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix=
--prefix=/usr \
--bindir=/bin
make
make install DESTDIR=$pkg

View file

@ -19,8 +19,8 @@ prepbuilddir() {
build() {
LDFLAGS="-static" \
./configure \
--prefix= \
--bindir=/bin
--prefix=/usr \
--bindir=/bin
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--without-x
make

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--disable-static
make

View file

@ -20,7 +20,8 @@ build() {
mkdir -p smbuild && cd smbuild
meson .. \
--prefix=/ \
--prefix=/usr \
--bindir=/bin \
--buildtype=plain \
-Dintrospection=disabled

View file

@ -26,6 +26,8 @@ build() {
cp LICENSE $pkgdocs/
mv $pkg/usr/bin $pkg/
mkfinalpkg
}

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--sbindir=/bin \
--disable-static

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
make
make install mandir="/share/man" sbindir="/bin" DESTDIR="$pkg"
make install prefix="/usr" mandir="/usr/share/man" sbindir="/bin" DESTDIR="$pkg"
cp LICENSE.TXT $pkgdocs/

View file

@ -1,7 +1,7 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=highlight
version=4.0
build=2sml
build=1sml
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
download="http://www.andre-simon.de/zip/highlight-$version.tar.bz2"
desc="Universal syntax highlighter"
@ -18,7 +18,7 @@ prepbuilddir() {
build() {
make
make install PREFIX= DESTDIR=$pkg
make install PREFIX=/usr bin_dir="$pkg_bin" DESTDIR=$pkg
cp COPYING $pkgdocs/

View file

@ -1,7 +1,7 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=htop
version=3.2.2
build=2sml
build=1sml
homepage="https://htop.dev/"
download="https://github.com/$app-dev/$app/archive/refs/tags/$version.tar.gz"
desc="ncurses-based interactive process viewer written in C"
@ -21,7 +21,7 @@ build() {
# enabling unicode causes this error:
# Meter.c:415:54: error: 'cchar_t' {aka 'const struct <anonymous>'} has no member named 'attr'
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--disable-unicode \
--enable-sensors \

View file

@ -1,7 +1,7 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=hunspell
version=1.7.0
build=2sml
build=1sml
homepage="http://hunspell.github.io/"
download="https://github.com/hunspell/hunspell/files/2573619/hunspell-$version.tar.gz"
desc="Spell checker based on OpenOffice.org myspell library"
@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--disable-static
make

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--disable-static
make

View file

@ -30,8 +30,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
$builddist
--prefix=/usr \
--bindir=/bin
make
make install DESTDIR=$pkg

View file

@ -18,11 +18,11 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--mandir=/share/man \
--prefix=/usr \
--bindir=/bin \
--mandir=/usr/share/man \
--enable-shared \
--disable-static \
$builddist
--disable-static
make
make install DESTDIR=$pkg

View file

@ -20,7 +20,8 @@ prepbuilddir() {
build() {
./configure \
--prefix=
--prefix=/usr \
--bindir=/bin
make
make install DESTDIR=$pkg

View file

@ -18,7 +18,8 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--prefix=/usr \
--bindir=/bin \
--sbindir=/bin \
--disable-nftables