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

Bruno Pagani archange at archlinux.org
Tue May 12 12:18:29 UTC 2020


    Date: Tuesday, May 12, 2020 @ 12:18:29
  Author: archange
Revision: 626841

archrelease: copy trunk to community-x86_64

Added:
  qprint/repos/community-x86_64/PKGBUILD
    (from rev 626840, qprint/trunk/PKGBUILD)
Deleted:
  qprint/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 12:18:21 UTC (rev 626840)
+++ PKGBUILD	2020-05-12 12:18:29 UTC (rev 626841)
@@ -1,26 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=qprint
-pkgver=1.1
-pkgrel=1
-pkgdesc='Encoder and decoder for quoted-printable (RFC1521) encoding'
-arch=('x86_64')
-url='https://www.fourmilab.ch/webtools/qprint/'
-license=('custom:Public Domain')
-depends=('glibc')
-source=("${url}${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure --prefix=/usr #--mandir=/usr/share/man
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    # Dirs are not installed by make install
-    install -d "${pkgdir}"/usr/{bin,share/man/man1}
-    make DESTDIR="${pkgdir}" install
-    install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: qprint/repos/community-x86_64/PKGBUILD (from rev 626840, qprint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-12 12:18:29 UTC (rev 626841)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=qprint
+pkgver=1.1
+pkgrel=2
+pkgdesc="Encoder and decoder for quoted-printable (RFC1521) encoding"
+arch=(x86_64)
+url="https://www.fourmilab.ch/webtools/qprint/"
+license=('custom:Public Domain')
+depends=(glibc)
+source=("${url}${pkgname}-${pkgver}.tar.gz")
+sha256sums=('ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  # Dirs are not installed by make install
+  install -d "${pkgdir}"/usr/{bin,share/man/man1}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list