[arch-commits] Commit in adms/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Jan 30 11:19:24 UTC 2017
Date: Monday, January 30, 2017 @ 11:19:23
Author: spupykin
Revision: 209465
archrelease: copy trunk to community-x86_64, community-i686
Added:
adms/repos/community-i686/
adms/repos/community-i686/PKGBUILD
(from rev 209464, adms/trunk/PKGBUILD)
adms/repos/community-x86_64/
adms/repos/community-x86_64/PKGBUILD
(from rev 209464, adms/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: adms/repos/community-i686/PKGBUILD (from rev 209464, adms/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-30 11:19:23 UTC (rev 209465)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=adms
+pkgver=2.3.6
+pkgrel=1
+pkgdesc="ADMS is a codegenerator for the VERILOG-A(MS) language"
+arch=('x86_64' 'i686')
+url="https://github.com/qucs/adms"
+license=('GPL')
+depends=('glibc')
+makedepends=('git' 'autoconf' 'automake' 'flex' 'bison' 'perl-gd' 'perl-xml-libxml')
+options=(!makeflags)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Qucs/ADMS/archive/release-$pkgver.tar.gz")
+sha256sums=('aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053')
+
+build() {
+ cd ADMS-release-$pkgver
+ ./bootstrap.sh
+ ./configure --enable-maintainer-mode --prefix=/usr
+ make
+}
+
+package() {
+ cd ADMS-release-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: adms/repos/community-x86_64/PKGBUILD (from rev 209464, adms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-01-30 11:19:23 UTC (rev 209465)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=adms
+pkgver=2.3.6
+pkgrel=1
+pkgdesc="ADMS is a codegenerator for the VERILOG-A(MS) language"
+arch=('x86_64' 'i686')
+url="https://github.com/qucs/adms"
+license=('GPL')
+depends=('glibc')
+makedepends=('git' 'autoconf' 'automake' 'flex' 'bison' 'perl-gd' 'perl-xml-libxml')
+options=(!makeflags)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Qucs/ADMS/archive/release-$pkgver.tar.gz")
+sha256sums=('aaf3f635aae41e1c11913e09b8e1bc5eea64256dcec70f3f60d1b9a794af6053')
+
+build() {
+ cd ADMS-release-$pkgver
+ ./bootstrap.sh
+ ./configure --enable-maintainer-mode --prefix=/usr
+ make
+}
+
+package() {
+ cd ADMS-release-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list