diff --git a/base/enchant/enchant.SMBuild b/base/enchant/enchant.SMBuild index 330bb63..c08be48 100755 --- a/base/enchant/enchant.SMBuild +++ b/base/enchant/enchant.SMBuild @@ -1,7 +1,7 @@ # Maintainer: PktSurf 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 diff --git a/base/fribidi/fribidi.SMBuild b/base/fribidi/fribidi.SMBuild index 9cd9c82..a70c892 100755 --- a/base/fribidi/fribidi.SMBuild +++ b/base/fribidi/fribidi.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --disable-static make diff --git a/base/ftjam/ftjam.SMBuild b/base/ftjam/ftjam.SMBuild index d57f867..07fac23 100755 --- a/base/ftjam/ftjam.SMBuild +++ b/base/ftjam/ftjam.SMBuild @@ -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 -" \ No newline at end of file +" diff --git a/base/gloox/gloox.SMBuild b/base/gloox/gloox.SMBuild index ba52424..327fd43 100755 --- a/base/gloox/gloox.SMBuild +++ b/base/gloox/gloox.SMBuild @@ -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 -" \ No newline at end of file +" diff --git a/base/gmime/gmime.SMBuild b/base/gmime/gmime.SMBuild index 8e99239..605970d 100755 --- a/base/gmime/gmime.SMBuild +++ b/base/gmime/gmime.SMBuild @@ -18,7 +18,7 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ --disable-static \ --disable-mono \ --disable-introspection diff --git a/base/gmp/gmp.SMBuild b/base/gmp/gmp.SMBuild index d71cfc0..5f82938 100755 --- a/base/gmp/gmp.SMBuild +++ b/base/gmp/gmp.SMBuild @@ -18,7 +18,7 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ --with-pic \ --enable-cxx \ --disable-static diff --git a/base/gnupg2/gnupg2.SMBuild b/base/gnupg2/gnupg2.SMBuild index aced2e3..791a0b0 100755 --- a/base/gnupg2/gnupg2.SMBuild +++ b/base/gnupg2/gnupg2.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --sbindir=/bin make diff --git a/base/gnutls/gnutls.SMBuild b/base/gnutls/gnutls.SMBuild index dca49ef..5c3829f 100755 --- a/base/gnutls/gnutls.SMBuild +++ b/base/gnutls/gnutls.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --enable-openssl-compatibility \ --disable-static diff --git a/base/gperf/gperf.SMBuild b/base/gperf/gperf.SMBuild index 7920273..59cc8fc 100755 --- a/base/gperf/gperf.SMBuild +++ b/base/gperf/gperf.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= + --prefix=/usr \ + --bindir=/bin make make install DESTDIR=$pkg diff --git a/base/grep/grep.SMBuild b/base/grep/grep.SMBuild index bbbf69b..8f07e45 100755 --- a/base/grep/grep.SMBuild +++ b/base/grep/grep.SMBuild @@ -19,8 +19,8 @@ prepbuilddir() { build() { LDFLAGS="-static" \ ./configure \ - --prefix= \ - --bindir=/bin + --prefix=/usr \ + --bindir=/bin make make install DESTDIR=$pkg diff --git a/base/groff/groff.SMBuild b/base/groff/groff.SMBuild index 9195908..d29d69d 100755 --- a/base/groff/groff.SMBuild +++ b/base/groff/groff.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --without-x make diff --git a/base/gsl/gsl.SMBuild b/base/gsl/gsl.SMBuild index a638403..ce0e6bf 100755 --- a/base/gsl/gsl.SMBuild +++ b/base/gsl/gsl.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --disable-static make diff --git a/base/gstreamer/gstreamer.SMBuild b/base/gstreamer/gstreamer.SMBuild index d717d82..48be2b5 100755 --- a/base/gstreamer/gstreamer.SMBuild +++ b/base/gstreamer/gstreamer.SMBuild @@ -20,7 +20,8 @@ build() { mkdir -p smbuild && cd smbuild meson .. \ - --prefix=/ \ + --prefix=/usr \ + --bindir=/bin \ --buildtype=plain \ -Dintrospection=disabled diff --git a/base/gyp/gyp.SMBuild b/base/gyp/gyp.SMBuild index f718ee5..eda76d3 100755 --- a/base/gyp/gyp.SMBuild +++ b/base/gyp/gyp.SMBuild @@ -26,6 +26,8 @@ build() { cp LICENSE $pkgdocs/ + mv $pkg/usr/bin $pkg/ + mkfinalpkg } diff --git a/base/haveged/haveged.SMBuild b/base/haveged/haveged.SMBuild index f70e09c..a5d98d0 100755 --- a/base/haveged/haveged.SMBuild +++ b/base/haveged/haveged.SMBuild @@ -18,7 +18,7 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ --bindir=/bin \ --sbindir=/bin \ --disable-static diff --git a/base/hdparm/hdparm.SMBuild b/base/hdparm/hdparm.SMBuild index 41098d5..fa572ba 100755 --- a/base/hdparm/hdparm.SMBuild +++ b/base/hdparm/hdparm.SMBuild @@ -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/ diff --git a/base/highlight/highlight.SMBuild b/base/highlight/highlight.SMBuild index 4f4f9e5..410755e 100755 --- a/base/highlight/highlight.SMBuild +++ b/base/highlight/highlight.SMBuild @@ -1,7 +1,7 @@ # Maintainer: PktSurf 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/ diff --git a/base/htop/htop.SMBuild b/base/htop/htop.SMBuild index 4fc4427..66586b3 100755 --- a/base/htop/htop.SMBuild +++ b/base/htop/htop.SMBuild @@ -1,7 +1,7 @@ # Maintainer: PktSurf 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 '} has no member named 'attr' ./configure \ - --prefix= \ + --prefix=/usr \ --bindir=/bin \ --disable-unicode \ --enable-sensors \ diff --git a/base/hunspell/hunspell.SMBuild b/base/hunspell/hunspell.SMBuild index 13c5738..c3beea5 100755 --- a/base/hunspell/hunspell.SMBuild +++ b/base/hunspell/hunspell.SMBuild @@ -1,7 +1,7 @@ # Maintainer: PktSurf 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 diff --git a/base/hyphen/hyphen.SMBuild b/base/hyphen/hyphen.SMBuild index 7cfcf68..9279e3d 100755 --- a/base/hyphen/hyphen.SMBuild +++ b/base/hyphen/hyphen.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --disable-static make diff --git a/base/id3lib/id3lib.SMBuild b/base/id3lib/id3lib.SMBuild index fbbba4f..a28ccda 100755 --- a/base/id3lib/id3lib.SMBuild +++ b/base/id3lib/id3lib.SMBuild @@ -30,8 +30,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ - $builddist + --prefix=/usr \ + --bindir=/bin make make install DESTDIR=$pkg diff --git a/base/ijs/ijs.SMBuild b/base/ijs/ijs.SMBuild index 12beb55..b1bd006 100755 --- a/base/ijs/ijs.SMBuild +++ b/base/ijs/ijs.SMBuild @@ -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 diff --git a/base/intltool/intltool.SMBuild b/base/intltool/intltool.SMBuild index b56755f..af20daa 100755 --- a/base/intltool/intltool.SMBuild +++ b/base/intltool/intltool.SMBuild @@ -20,7 +20,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= + --prefix=/usr \ + --bindir=/bin make make install DESTDIR=$pkg diff --git a/base/iptables/iptables.SMBuild b/base/iptables/iptables.SMBuild index 2d33f80..60650c0 100755 --- a/base/iptables/iptables.SMBuild +++ b/base/iptables/iptables.SMBuild @@ -18,7 +18,8 @@ prepbuilddir() { build() { ./configure \ - --prefix= \ + --prefix=/usr \ + --bindir=/bin \ --sbindir=/bin \ --disable-nftables