[arch-commits] Commit in sipcalc/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:24:14 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:24:14
Author: felixonmars
Revision: 659234
archrelease: copy trunk to community-staging-x86_64
Added:
sipcalc/repos/community-staging-x86_64/
sipcalc/repos/community-staging-x86_64/PKGBUILD
(from rev 659233, sipcalc/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: sipcalc/repos/community-staging-x86_64/PKGBUILD (from rev 659233, sipcalc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:24:14 UTC (rev 659234)
@@ -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=4
+pkgdesc="an advanced console based ip subnet calculator."
+arch=('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