[arch-commits] Commit in (moserial moserial/trunk moserial/trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Jul 13 05:07:24 UTC 2017


    Date: Thursday, July 13, 2017 @ 05:07:24
  Author: bgyorgy
Revision: 244848

Move moserial from AUR with 23 votes

Added:
  moserial/
  moserial/trunk/
  moserial/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: moserial/trunk/PKGBUILD
===================================================================
--- moserial/trunk/PKGBUILD	                        (rev 0)
+++ moserial/trunk/PKGBUILD	2017-07-13 05:07:24 UTC (rev 244848)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+# Contributor: Matias De la Puente <mfpuente.ar at gmail.com>
+
+pkgname=moserial
+pkgver=3.0.11
+pkgrel=2
+pkgdesc="Clean, friendly GTK+-based serial terminal for the GNOME desktop"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/moserial"
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gtk3')
+makedepends=('intltool' 'itstool')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('84136f4f31c56c3f8b693ab7e40124af43cf78a027877616fd1176f8d48e37f6')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}


Property changes on: moserial/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list