Date: Wednesday, November 9, 2022 @ 13:52:46
  Author: alerque
Revision: 1346168

archrelease: copy trunk to community-x86_64

Deleted:
  bzip3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   33 ---------------------------------
 1 file changed, 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 13:49:44 UTC (rev 1346167)
+++ PKGBUILD    2022-11-09 13:52:46 UTC (rev 1346168)
@@ -1,33 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=bzip3
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A better and stronger spiritual successor to BZip2'
-arch=(x86_64)
-license=(LGPL3 Apache)
-url="https://github.com/kspalaiologos/$pkgname";
-depends=(glibc
-         sh)
-makedepends=(clang)
-provides=("lib$pkgname.so")
-_archive="$pkgname-$pkgver"
-source=("$url/releases/download/$pkgver/$_archive.tar.xz")
-sha256sums=('f0441519321070e03708638b37bdeb9105aff8f0a5c838e45aff1b0cbe752572')
-
-build() {
-       cd "$_archive"
-       ./configure --prefix /usr CC=clang
-       make all
-}
-
-check() {
-       cd "$_archive"
-       make check
-}
-
-package() {
-       cd "$_archive"
-       make DESTDIR="$pkgdir" install
-       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" *LICENSE
-}

Reply via email to