[arch-commits] Commit in ncompress/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Fri Jan 3 04:09:38 UTC 2020


    Date: Friday, January 3, 2020 @ 04:09:37
  Author: eschwartz
Revision: 546827

archrelease: copy trunk to community-x86_64

Added:
  ncompress/repos/community-x86_64/PKGBUILD
    (from rev 546826, ncompress/trunk/PKGBUILD)
Deleted:
  ncompress/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 +++++++++++++++++++++++++------------------------------------
 1 file changed, 29 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 04:09:20 UTC (rev 546826)
+++ PKGBUILD	2020-01-03 04:09:37 UTC (rev 546827)
@@ -1,40 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=ncompress
-pkgver=4.2.4.5
-pkgrel=3
-pkgdesc="a fast, simple LZW file compressor"
-arch=('x86_64')
-url="https://github.com/vapier/${pkgname}"
-license=('custom:PublicDomain')
-provides=('compress')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-        "${url}/commit/0a56673929dde4b761d33724e1dd6b8f1e94c3d5.patch")
-sha256sums=('f575bbcdd5f844ce22d753b9acd23d2a6b73ffc15f204bebbaf8bd6f6574903b'
-            '41c999bcc579efe5c72ec132b2d1703402a9bd788c22edc2b757bed69c4c364f')
-b2sums=('a09661659a72cf4be40e143d8cff53779de7423c0337d8c92863509390d8adc355d660da98db9de431bb4c990f8d10955e19a97188b100450ff9ea2caf19ae8d'
-        '8cbcc730879e80014c115333cd3bf4c9d8cf6d50c45899b0b38c942a45a5db6dba076025ee289b89dd36a808fb9a1df19600ba78e4361008ed1b576800293f37')
-
-prepare() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    # let the Makefile be better about installing in a distro-conforming way
-    # e.g. use the right mandir, don't clobber gzip programs
-    patch -p1 -i ../0a56673929dde4b761d33724e1dd6b8f1e94c3d5.patch
-}
-
-build() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    make
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    make DESTDIR="${pkgdir}" PREFIX=/usr install_core
-    # an uncompress implementation which handles gzipped files is provided by gzip
-    mv "${pkgdir}"/usr/bin/uncompress{,.real}
-
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LZW.INFO UNLICENSE
-}

Copied: ncompress/repos/community-x86_64/PKGBUILD (from rev 546826, ncompress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-03 04:09:37 UTC (rev 546827)
@@ -0,0 +1,29 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=ncompress
+pkgver=4.2.4.6
+pkgrel=1
+pkgdesc="a fast, simple LZW file compressor"
+arch=('x86_64')
+url="https://github.com/vapier/${pkgname}"
+license=('custom:PublicDomain')
+provides=('compress')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('fb7b6a00060bd4c6e35ba4cc96a5ca7e78c193e6267487dd53376d80e061836b')
+b2sums=('1460fe803ed621e5e6e5ab506d8909acbfb1d3b91421cf7c7bc10b6b03b0cb6bb4ea616240a7aa500813d5fbf0a958e1e981da8a5f752d985ddcbf7fe9280d9c')
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" PREFIX=/usr install_core
+    # an uncompress implementation which handles gzipped files is provided by gzip
+    mv "${pkgdir}"/usr/bin/uncompress{,.real}
+
+    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LZW.INFO UNLICENSE
+}



More information about the arch-commits mailing list