Renamed .SMBuild files to smbuild for simplicity Added musl-fts, musl-obstack, glslang, python-glad, libptytty, libmilter, elfutils and fuse to base section build list Discarded fuse2 and fuse3 from base section Temporarily discarded slapt-get, syslinux, p7zip, acpid, libelf-compat, gnu-eif, libtirpc, mozilla-nss, lua53, qpdf, kernel-source and signify from base section build list Disabled nls and made amends to base/e2fsprogs Upgraded base/git to 2.46.2 Upgraded extra/gnumeric to 1.12.57 Disabled nls in base/gnutls, extra/dia Disabled a patch and made amends in base/llvm Fixed configure.local file in base/mandoc Upgraded base/rust to 1.79 Fixed a ton of build files to use build prefix as /usr and miscellaneous changes Discarded extra/bluez,blueman,scrcpy,adafruit-io Added tomb to extra Added new build option to extra/libass Upgraded extra/mpv to 0.37.0 Disabled tests in gtk/gdk-pixbuf Upgraded gtk/goffice to 0.10.57 Added gtk-doc to gtk section Fixed build options in gtk/gtk2 Added new patches to gtk/gtk3 Added gtksourceview to gtk section Added vulkan-headers to xorg section Upgraded xorg/mesa to 23.1.9 Added libplacebo to xorg section Fixed build stuff in xorg/glew
31 lines
No EOL
950 B
Bash
31 lines
No EOL
950 B
Bash
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=kernel-headers
|
|
version=4.19.88
|
|
build=1sml
|
|
homepage="http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
|
download="http://ftp.barfooze.de/pub/sabotage/tarballs/linux-headers-$version.tar.xz"
|
|
desc="Musl-compatible header files for the Linux kernel"
|
|
requires="musl"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf linux-headers-$version
|
|
|
|
tar xf $srcdir/linux-headers-$version.tar.?z*
|
|
cd linux-headers-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/ptrace.h.patch
|
|
}
|
|
|
|
build() {
|
|
make ARCH="$arch" prefix=/usr DESTDIR=$pkg install
|
|
cp -r generic/include $pkg/usr/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
702fbc196fb88db79b755a058d166e3fd65ab1c60a7ec91048243fdf2ce23ef4b867def4a1b31941465033bb8139f6c73834fef5afa15303fe38d687bcc2e41b linux-headers-4.19.88.tar.lz
|
|
185d627c8704cfdf423e7bcd16d54046d857457fd24ad087d6ad8cd768e5dcb9b8e19e688348afec233d54c5e85106e1d7246cd7cd0413865feb488d2ca64d7b ptrace.h.patch
|
|
" |