[arch-commits] Commit in sipcalc/repos (4 files)

Florian Pritz bluewind at nymeria.archlinux.org
Fri Apr 4 11:52:52 UTC 2014


    Date: Friday, April 4, 2014 @ 13:52:52
  Author: bluewind
Revision: 108813

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sipcalc/repos/community-i686/
  sipcalc/repos/community-i686/PKGBUILD
    (from rev 108812, sipcalc/trunk/PKGBUILD)
  sipcalc/repos/community-x86_64/
  sipcalc/repos/community-x86_64/PKGBUILD
    (from rev 108812, sipcalc/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: sipcalc/repos/community-i686/PKGBUILD (from rev 108812, sipcalc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-04 11:52:52 UTC (rev 108813)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Tomasz Cielecki <tomasz at ostebaronen.dk>
+pkgname=sipcalc
+pkgver=1.1.6
+pkgrel=2
+pkgdesc="an advanced console based ip subnet calculator."
+arch=('i686' 'x86_64')
+url="http://www.routemeister.net/projects/sipcalc/"
+license=('BSD')
+depends=('glibc')
+source=(http://www.routemeister.net/projects/sipcalc/files/$pkgname-$pkgver.tar.gz)
+md5sums=('e431c64387f2c8d20e96ad1d7931a845')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+	install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: sipcalc/repos/community-x86_64/PKGBUILD (from rev 108812, sipcalc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-04 11:52:52 UTC (rev 108813)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Tomasz Cielecki <tomasz at ostebaronen.dk>
+pkgname=sipcalc
+pkgver=1.1.6
+pkgrel=2
+pkgdesc="an advanced console based ip subnet calculator."
+arch=('i686' 'x86_64')
+url="http://www.routemeister.net/projects/sipcalc/"
+license=('BSD')
+depends=('glibc')
+source=(http://www.routemeister.net/projects/sipcalc/files/$pkgname-$pkgver.tar.gz)
+md5sums=('e431c64387f2c8d20e96ad1d7931a845')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	make DESTDIR="$pkgdir/" install
+	install -m644 -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list