rebuild older packages and correct PKGBUILDs on jobcore

This commit is contained in:
joborun linux 2024-01-28 18:21:43 +02:00
parent 599a99419d
commit 0d36f23472
29 changed files with 232 additions and 105 deletions

View File

@ -1,13 +1,13 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=bootlogd
pkgver=2.89
pkgrel=03
arch=('x86_64')
pkgdesc='Bootlogd extracted from sysvinit'
url='https://github.com/artix-linux/bootlogd'
depends=('glibc' 'logrotate')
@ -24,8 +24,12 @@ package() {
make DESTDIR=${pkgdir} install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
sha256sums=(SKIP) # bootlogd
## 0f5c7d5753bd56c6b6f8bbf09b9b49581225cce7153e76788a79b93279a797cd bootlogd-2.89-03-x86_64.pkg.tar.lz

View File

@ -9,7 +9,6 @@ pkgname=bzip2
pkgver=1.0.8
pkgrel=05
pkgdesc="A high-quality data compression program"
arch=('x86_64')
url="https://sourceware.org/bzip2/"
depends=('glibc' 'sh')
provides=('libbz2.so')
@ -59,7 +58,9 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
validpgpkeys=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard <mark@klomp.org>

View File

@ -6,9 +6,8 @@
pkgname=ding-libs
pkgver=0.6.2
pkgrel=01
pkgrel=02
pkgdesc="\"DING is not GNU\" helper libraries for SSSD and FreeIPA"
arch=('x86_64')
url="https://github.com/SSSD/ding-libs"
depends=('glibc')
makedepends=('doxygen')
@ -32,11 +31,16 @@ package() {
make DESTDIR="$pkgdir/" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
license=('GPL3' 'LGPL3')
arch=(x86_64)
validpgpkeys=('930201AAB42DD1947210B7838D7326351A726211') # Alexey Tikhonov <atikhono@redhat.com>
sha256sums=(e5f07f34f5921bcb5ccccfe3751c28497879a6451cd7b395e99e24d9b5728e8d # ding-libs-0.6.2.tar.gz
ec100c9256deb375da3f07e6e5215612da22241bd7297f8250019e5729e74d4c) # ding-libs-0.6.2.tar.gz.asc
## 7057628807b70aa2317ee5943f2ef2d8592a6462dd888495d5f3e7f17376c9a7 ding-libs-0.6.2-02-x86_64.pkg.tar.lz

View File

@ -13,7 +13,6 @@ pkgdesc="Device mapper RAID interface"
url="https://people.redhat.com/~heinzm/sw/dmraid"
conflicts=('mkinitcpio<0.7')
depends=('device-mapper>=2.0.54')
arch=('x86_64')
source=($url/src/$pkgname-$_pkgver.tar.bz2
dmraid_install
@ -60,7 +59,9 @@ package() {
chmod 644 "$pkgdir"/usr/include/dmraid/* "$pkgdir"/usr/lib/libdmraid.a
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')

View File

@ -1,16 +1,16 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=dnssec-anchors
pkgver=20190629
_trusted_key=trusted-key-${pkgver}.key
pkgrel=03
pkgrel=04
pkgdesc='DNSSEC trust anchors for the root zone'
url='https://data.iana.org/root-anchors/'
arch=('any')
makedepends=('unbound')
source=('LICENSE' "https://sources.archlinux.org/other/packages/${pkgname}/${_trusted_key}")
@ -20,9 +20,14 @@ package() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('custom:none')
sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
'b01933ede7d505cac6bbee8c58027057d3a073581fa6cf595c352553dd07ee3c')
sha256sums=(dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb # LICENSE
b01933ede7d505cac6bbee8c58027057d3a073581fa6cf595c352553dd07ee3c) # trusted-key-20190629.key
## 616c5a664d8fd6c520f71d9bf89fcc5ea8fc732c424aee66d2bc945ca3f24117 dnssec-anchors-20190629-04-x86_64.pkg.tar.lz

View File

@ -9,7 +9,6 @@ pkgname=jansson
pkgver=2.14
pkgrel=02
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('x86_64')
url='https://www.digip.org/jansson/'
depends=('glibc')
options=('staticlibs')
@ -28,7 +27,9 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('MIT')

View File

@ -6,11 +6,10 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=joborun66
pkgver=0.1
pkgrel=04
pkgver=0.2
pkgrel=01
pkgdesc='for runit and 66 to coexist the 4 conflicting power functions must be separate in /usr/bin/s6 and /usr/bin/run '
groups=(base)
arch=(any)
depends=(sh)
source=(halt poweroff reboot shutdown)
@ -21,11 +20,16 @@ package() {
install -Dm755 shutdown "${pkgdir}"/usr/local/bin/shutdown
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
sha256sums=(1ef6a85ecd951c7f03fa0512fe3d0de2a75c971ea30618174a1471ef831be426 # halt
0e85b128a79d8dd6c23601bc2e97a494712ba20e9b3e45410ac74900fb343892 # poweroff
f117e88f5c8fa44bdec761ff52f6bd9590fd56d7618d4a7076bdb1340550f544 # reboot
503229263c74d293162eac25473a92fcc55a9436a29122740f99013ab992b9ae) # shutdown
sha256sums=(c7cc2aab03eb2367e6d127662eb4b464a5b2712a6020592852c30e320741f3f2 # halt
ee13c9d4b1197f5f437ddc8799bfd5e15819a4216ef5fc73fa9d28988a039ac9 # poweroff
f315d6e0e3a8ea945a0d3f8a8a2e211088c33351cb66875e8b07ed365923e652 # reboot
a0930d43fd07e86ffcf5ba059cb0eacd1404f451f908ed966ef4fabb8968ff16) # shutdown
## 981e23e7d49075fde74905ff1d4ef07d2b50b1cff38fee276aa2fcc8e8a627f3 joborun66-0.2-01-x86_64.pkg.tar.lz

View File

@ -1 +1,2 @@

View File

@ -1,4 +1,7 @@
#!/bin/sh
echo ".... joborun is now halting .... SO FAST!!!"
echo ".... joborun will now halt .... "
sudo /usr/bin/run/halt 2>/dev/null
sudo /usr/bin/s6/halt 2>/dev/null
# for upcoming 66 >0.7
# sudo /usr/bin/66 halt 2>/dev/null

View File

@ -1,4 +1,6 @@
#!/bin/sh
echo ".... joborun is now powering off .... SO FAST!!!"
echo ".... joborun will now poweroff .... "
sudo /usr/bin/run/poweroff 2>/dev/null
sudo /usr/bin/s6/poweroff 2>/dev/null
# for upcoming 66 >0.7
# sudo /usr/bin/66 poweroff 2>/dev/null

View File

@ -1,4 +1,6 @@
#!/bin/sh
echo ".... joborun is now rebooting .... SO FAST!!!"
echo ".... joborun will now reboot .... "
sudo /usr/bin/run/reboot -f 2>/dev/null
sudo /usr/bin/s6/reboot 2>/dev/null
# for upcoming 66 >0.7
#sudo /usr/bin/66 reboot 2>/dev/null

View File

@ -1,4 +1,6 @@
#!/bin/sh
echo ".... joborun is now shuting down .... SO FAST!!!"
echo ".... joborun will now be shuting down .... "
sudo /usr/bin/run/shutdown 2>/dev/null
sudo /usr/bin/s6/shutdowm 2>/dev/null
# for upcoming 66 >0.7
# sudo /usr/bin/66 shutdown 2>/dev/null

6
joborun66/time Normal file
View File

@ -0,0 +1,6 @@
real 0m1.537s
user 0m1.366s
sys 0m0.312s

View File

@ -7,9 +7,8 @@
pkgname=libmnl
pkgver=1.0.5
pkgrel=01
pkgrel=02
pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
arch=('x86_64')
url='https://www.netfilter.org/projects/libmnl/'
depends=('glibc')
source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
@ -26,7 +25,9 @@ package() {
make DESTDIR="$pkgdir" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('LGPL2.1')
@ -35,3 +36,5 @@ validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
sha256sums=(274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525 # libmnl-1.0.5.tar.bz2
5b838ee2b10da2e23b95a665fe4831dc54c62376362f6de2bed8004d60ae2ffb) # libmnl-1.0.5.tar.bz2.sig
## 68dde12d386e81d3edbb78fb83a178913f81f389c72ad9a61ccdacbfe157e395 libmnl-1.0.5-02-x86_64.pkg.tar.lz

View File

@ -5,15 +5,10 @@
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
#---- license gpg-key sha256sums ----
sha256sums=(a)
pkgname=libnetfilter_conntrack
pkgver=1.0.9
pkgrel=01
pkgrel=02
pkgdesc='Library providing an API to the in-kernel connection tracking state table'
arch=('x86_64')
depends=('libnfnetlink' 'libmnl')
url='https://www.netfilter.org/projects/libnetfilter_conntrack/'
source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
@ -29,7 +24,9 @@ package() {
make DESTDIR="$pkgdir" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
@ -38,3 +35,6 @@ validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
sha256sums=(67bd9df49fe34e8b82144f6dfb93b320f384a8ea59727e92ff8d18b5f4b579a8 # libnetfilter_conntrack-1.0.9.tar.bz2
99e228ab85643b4c28e09d0a9d098a3429724a514c11b4302702a52e95c31fb1) # libnetfilter_conntrack-1.0.9.tar.bz2.sig
## a834874ebcc6d5c01427f07ecb1815415c517084a1b743dc1161aa3de053d0e6 libnetfilter_conntrack-1.0.9-02-x86_64.pkg.tar.lz

View File

@ -7,9 +7,8 @@
pkgname=libnfnetlink
pkgver=1.0.2
pkgrel=01
pkgrel=02
pkgdesc='Low-level library for netfilter related kernel/userspace communication'
arch=('x86_64')
url='https://www.netfilter.org/projects/libnfnetlink/'
depends=('glibc')
source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
@ -25,12 +24,17 @@ package() {
make DESTDIR="$pkgdir" install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
#validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
sha256sums=(b064c7c3d426efb4786e60a8e6859b82ee2f2c5e49ffeea640cfe4fe33cbc376 # libnfnetlink-1.0.2.tar.bz2
sha256sums=(b064c7c3d426efb4786e60a8e6859b82ee2f2c5e49ffeea640cfe4fe33cbc376 # libnfnetlink-1.0.2.tar.bz2
2ed73b9069ab761168bb11694b8507dbb65e194697d5674dabc8af08a76ac552) # libnfnetlink-1.0.2.tar.bz2.sig
## 9d0252ee1fb829622ee4208e671e5cfa15cc77147abcf61f15a1bcaed2ff3163 libnfnetlink-1.0.2-02-x86_64.pkg.tar.lz

View File

@ -9,7 +9,6 @@ pkgname=libtasn1
pkgver=4.19.0
pkgrel=01
pkgdesc="The ASN.1 library used in GNUTLS"
arch=('x86_64')
url="https://www.gnu.org/software/libtasn1/"
depends=('glibc')
source=(https://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
@ -31,7 +30,9 @@ package() {
make -C doc/reference DESTDIR="${pkgdir}" install-data-local
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL3' 'LGPL')
@ -39,3 +40,4 @@ validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # "Simon Josefsson <si
sha256sums=(1613f0ac1cf484d6ec0ce3b8c06d56263cc7242f1c23b30d82d23de345a63f7a # libtasn1-4.19.0.tar.gz
8410c0c004f3509c218a98b276b3308b9c46f48068e8b1a6d9ebfd61ea9f357a) # libtasn1-4.19.0.tar.gz.sig

View File

@ -10,7 +10,6 @@ pkgver=1.0.26
#_pkgver=1.0.26.r18.gff8fe939
pkgrel=03
pkgdesc="A cross-platform library to access USB devices w/o systemd - git version"
arch=(x86_64)
url="https://libusb.info/"
depends=(glibc libeudev)
makedepends=(automake autoconf)
@ -45,7 +44,9 @@ package() {
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=(LGPL2.1)

View File

@ -9,7 +9,6 @@ pkgname=libverto
pkgver=0.3.2
pkgrel=04
pkgdesc="Main event loop abstraction library"
arch=('x86_64')
url="https://github.com/latchset/libverto"
depends=('glibc' 'libevent')
provides=('libverto.so' 'libverto-libevent.so' 'libverto-module-base')
@ -39,7 +38,9 @@ package_libverto() {
install -Dm0644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=(MIT)

View File

@ -7,9 +7,8 @@
pkgname=mdadm
pkgver=4.2
pkgrel=02
pkgrel=03
pkgdesc='A tool for managing/monitoring Linux md device arrays, also known as Software RAID w/o systemd'
arch=('x86_64')
url='https://git.kernel.org/pub/scm/utils/mdadm'
makedepends=('git')
depends=('glibc')
@ -17,9 +16,9 @@ replaces=('raidtools')
backup=('etc/mdadm.conf')
optdepends=('bash: mdcheck')
source=("git+https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git#tag=${pkgname}-${pkgver}?signed"
'disable-werror.patch'
'disable-werror.patch'
'mdadm.conf'
'mdadm_udev_install')
'mdadm_udev_install')
prepare() {
cd mdadm
@ -42,13 +41,18 @@ package() {
ln -s mdadm_udev "$pkgdir"/usr/lib/initcpio/install/mdadm
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
validpgpkeys=('6A86B80E1D22F21D0B26BA75397D82E0531A9C91') # Jes Sorensen
sha256sums=(SKIP
85c98b8fe880bdd365fc0e400af10c2e5d0c439d338e055f66c16162f9282846 # disable-werror.patch
4ce1e90690282f98e4828e11576fbd61be65e97a2cdae6c7eac7035ea5ee53e5 # mdadm.conf
85c98b8fe880bdd365fc0e400af10c2e5d0c439d338e055f66c16162f9282846 # disable-werror.patch
4ce1e90690282f98e4828e11576fbd61be65e97a2cdae6c7eac7035ea5ee53e5 # mdadm.conf
b6782029bdae2d7f87ea0e332bb90f72a7792e933580e37602e81e2f1bb82a9c) # mdadm_udev_install
## d998cf2f785e6f50536dc26814f437991227c010039e85d22ae10f2271cf9a1e mdadm-4.2-03-x86_64.pkg.tar.lz

View File

@ -5,17 +5,12 @@
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
#---- license gpg-key sha256sums ----
sha256sums=(a)
pkgname=mlocate
pkgver=0.26.git.20170220
_commit=c98bf6595703456558a6f9c163c746cdaa9e591f
pkgrel=07
pkgrel=08
pkgdesc='Merging locate/updatedb implementation w/o systemd'
url='https://pagure.io/mlocate'
arch=('x86_64')
backup=('etc/updatedb.conf')
depends=('glibc')
makedepends=('git')
@ -68,17 +63,15 @@ package() {
install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/locate.conf"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
sha256sums=('SKIP'
'SKIP'
'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
'd00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')
# '94520117a4a2e16b5f2311c406904369d72690b8998c39ee4cf758009fdddbcb'
# 'af0db83e34ffd0325101042760d4a5e3bccacbc3a0ef42c997e42507bf4ba6a3')
sha256sums=(SKIP SKIP
1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a # sysusers.d
1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a # sysusers.d
d00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91) # updatedb.conf
## a109873e32a42d3e2f809a4748c9882b8e87a87433c7135b3279933bdf0d6aec mlocate-0.26.git.20170220-08-x86_64.pkg.tar.lz

View File

@ -10,11 +10,8 @@ pkgdesc="Script written in pure POSIX sh to parse and apply tmpfiles.d style fil
pkgver=0.3.1
pkgrel=03
url="https://git.obarun.org/obdev/opentmpfiles.git"
source=(
"${pkgname}::git+${url}#tag=v$pkgver"
"opentmpfiles.hook"
)
arch=(x86_64)
source=("${pkgname}::git+${url}#tag=v$pkgver"
"opentmpfiles.hook")
makedepends=('git')
path=(--bindir=/usr/bin)
@ -32,7 +29,9 @@ package() {
ln -s /usr/bin/opentmpfiles.sh "${pkgdir}/usr/bin/tmpfiles" # for use by runit-rc
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('BSD 2-Clause')

View File

@ -1,14 +1,14 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=run-parts
pkgver=5.5
pkgrel=01
pkgrel=02
pkgdesc='run scripts or programs in a directory'
arch=('x86_64')
url='https://packages.qa.debian.org/d/debianutils.html'
source=("https://clint.pages.debian.net/debianutils-tarballs/artifacts/debianutils-${pkgver}.tar.gz"{,.sig})
depends=('glibc')
@ -28,7 +28,9 @@ package() {
done
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
@ -36,3 +38,6 @@ validpgpkeys=('2100A32C46F895AF3A08783AF6D3495BB0AE9A02')
sha256sums=(3ec744186b8d016fb8b45915a40871a51f701937d80c467118f8cee6a9f517f2 # debianutils-5.5.tar.gz
4a2a5aa81e69862256a75cd1f7f27cda4dde4414aeacccc31deb7149b9bbb161) # debianutils-5.5.tar.gz.sig
## 4c1986b74d57375d8ed61800915ce6753a348e0a9654fad8c643bc7ee82d656d run-parts-5.5-02-x86_64.pkg.tar.lz

View File

@ -1,14 +1,14 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=sdparm
pkgver=1.12
pkgrel=01
pkgrel=02
pkgdesc="An utility similar to hdparm but for SCSI devices"
arch=('x86_64')
url="http://sg.danny.cz/sg/sdparm.html"
depends=('glibc' 'bash')
source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
@ -30,8 +30,13 @@ package() {
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('BSD')
sha256sums=(c4c9efafdbeb662e2f9712707ec490932bd4d010bb1129ae7a99526546eeadbe) # sdparm-1.12.tar.xz
## 4f3ded8f66e1b878bb3537b05008af7cb44885ea41481fa384de4ede233fcff9 sdparm-1.12-02-x86_64.pkg.tar.lz

View File

@ -1,3 +1,6 @@
real 0m4.990s
user 0m9.223s
sys 0m0.630s
real 0m2.996s
user 0m2.477s
sys 0m0.654s

View File

@ -1,18 +1,30 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=sysfsutils
pkgver=2.1.1
pkgrel=01
pkgdesc="System Utilities Based on Sysfs"
arch=(x86_64)
url="http://linux-diag.sourceforge.net/Sysfsutils.html"
pkgver=2.1.1.r13.g085bba6
pkgrel=02
pkgdesc="A set of utilities for interfacing with system devices"
url="https://linux-diag.sourceforge.net/Sysfsutils.html"
depends=('glibc')
makedepends=('git')
source=("git+https://github.com/linux-ras/sysfsutils.git#tag=v${pkgver}")
provides=("sysfsutils=$pkgver")
conflicts=('sysfsutils')
options=('staticlibs')
source=("git+https://github.com/linux-ras/sysfsutils.git")
pkgver() {
cd "sysfsutils"
_tag=$(git tag -l --sort -v:refname | sed '/rc[0-9]*/d' | head -n1)
_rev=$(git rev-list --count $_tag..HEAD)
_hash=$(git rev-parse --short HEAD)
printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash" | sed 's/^v//'
}
prepare() {
cd "$pkgname"
@ -21,7 +33,9 @@ cd "$pkgname"
build() {
cd "$pkgname"
./configure --prefix=/usr --mandir=/usr/share/man
./configure \
--prefix="/usr" \
--mandir=/usr/share/man
make
}
@ -33,11 +47,16 @@ check() {
package() {
cd "$pkgname"
make DESTDIR="$pkgdir" install
rm "$pkgdir/usr/lib/libsysfs.a"
# rm "$pkgdir/usr/lib/libsysfs.a"
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
license=('GPL' 'LGPL')
arch=(x86_64)
license=(GPL LGPL)
sha256sums=(SKIP)
## de4bc1eedf99e71ddcf6b0f92ed672f64bab03b2e436c097c725cafb223a8b9e sysfsutils-2.1.1.r13.g085bba6-02-x86_64.pkg.tar.lz

47
sysfsutils/PKGBUILD-aur Normal file
View File

@ -0,0 +1,47 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=sysfsutils-git
pkgver=2.1.1.r13.g085bba6
pkgrel=2
pkgdesc="A set of utilities for interfacing with system devices"
arch=('i686' 'x86_64')
url="https://linux-diag.sourceforge.net/Sysfsutils.html"
license=('GPL' 'LGPL')
depends=('glibc')
makedepends=('git')
provides=("sysfsutils=$pkgver")
conflicts=('sysfsutils')
options=('staticlibs')
source=("git+https://github.com/linux-ras/sysfsutils.git")
sha256sums=('SKIP')
pkgver() {
cd "sysfsutils"
_tag=$(git tag -l --sort -v:refname | sed '/rc[0-9]*/d' | head -n1)
_rev=$(git rev-list --count $_tag..HEAD)
_hash=$(git rev-parse --short HEAD)
printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash" | sed 's/^v//'
}
build() {
cd "sysfsutils"
./autogen
./configure \
--prefix="/usr"
make
}
check() {
cd "sysfsutils"
make check
}
package() {
cd "sysfsutils"
make DESTDIR="$pkgdir" install
}

View File

@ -1,3 +1,6 @@
real 0m11.030s
user 0m12.632s
sys 0m1.321s
real 0m14.025s
user 0m11.346s
sys 0m1.752s

View File

@ -10,7 +10,6 @@ _pkgver=${pkgver%.pre*}
pkgrel=03
pkgdesc='Tools allowing to manipulate the Wireless Extensions'
url='https://hewlettpackard.github.io/wireless-tools/Tools.html'
arch=('x86_64')
source=("https://hewlettpackard.github.io/wireless-tools/${pkgname}.${pkgver}.tar.gz")
prepare() {
@ -33,8 +32,11 @@ package() {
install
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
sha256sums=(abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63) # wireless_tools.30.pre9.tar.gz