[arch-commits] Commit in picocom/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Tue Feb 13 15:16:10 UTC 2018
Date: Tuesday, February 13, 2018 @ 15:16:09
Author: seblu
Revision: 293866
archrelease: copy trunk to community-x86_64
Added:
picocom/repos/community-x86_64/PKGBUILD
(from rev 293865, picocom/trunk/PKGBUILD)
Deleted:
picocom/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-13 15:16:01 UTC (rev 293865)
+++ PKGBUILD 2018-02-13 15:16:09 UTC (rev 293866)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam <jra at byte.cx>
-
-pkgname=picocom
-pkgver=3.0
-pkgrel=1
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('git')
-depends=('glibc')
-source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
-
-build() {
- cd $pkgname
- make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
- cd $pkgname
- install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
- install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
- # install tmpfiles for lock files
- # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
- install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
- echo "d /run/lock/$pkgname 0770 root uucp" \
- > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('SKIP')
Copied: picocom/repos/community-x86_64/PKGBUILD (from rev 293865, picocom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-13 15:16:09 UTC (rev 293866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam <jra at byte.cx>
+
+pkgname=picocom
+pkgver=3.1
+pkgrel=1
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('git')
+depends=('glibc')
+source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
+
+build() {
+ cd $pkgname
+ make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+ cd $pkgname
+ install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+ install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+ # install tmpfiles for lock files
+ # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+ install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+ echo "d /run/lock/$pkgname 0770 root uucp" \
+ > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')
More information about the arch-commits
mailing list