[arch-commits] Commit in astyle/repos (4 files)
Lukas Fleischer
lfleischer at nymeria.archlinux.org
Tue May 27 10:49:10 UTC 2014
Date: Tuesday, May 27, 2014 @ 12:49:10
Author: lfleischer
Revision: 111974
archrelease: copy trunk to community-i686, community-x86_64
Added:
astyle/repos/community-i686/PKGBUILD
(from rev 111973, astyle/trunk/PKGBUILD)
astyle/repos/community-x86_64/PKGBUILD
(from rev 111973, astyle/trunk/PKGBUILD)
Deleted:
astyle/repos/community-i686/PKGBUILD
astyle/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ---------------------
community-x86_64/PKGBUILD | 34 ---------------------
3 files changed, 70 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-05-27 10:48:53 UTC (rev 111973)
+++ community-i686/PKGBUILD 2014-05-27 10:49:10 UTC (rev 111974)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Thomas Mader <thezema at gmail.com>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=astyle
-pkgver=2.04
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
-md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
-
-build() {
- cd "$srcdir/$pkgname/build/gcc"
- make
-}
-
-package() {
- cd "$srcdir/$pkgname/build/gcc"
-
- install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-
- # install documentation (implements FS#23290)
- install -d "$pkgdir/usr/share/doc/$pkgname/"
- for f in ../../doc/*.html; do
- install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
- done
-}
Copied: astyle/repos/community-i686/PKGBUILD (from rev 111973, astyle/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:49:10 UTC (rev 111974)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Thomas Mader <thezema at gmail.com>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=astyle
+pkgver=2.04
+pkgrel=2
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
+md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
+
+build() {
+ cd "$srcdir/$pkgname/build/gcc"
+ make release shared
+}
+
+package() {
+ cd "$srcdir/$pkgname/build/gcc"
+
+ install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+ install -Dm0755 bin/libastyle.so "$pkgdir/usr/lib/libastyle.so"
+
+ # install documentation (implements FS#23290)
+ install -d "$pkgdir/usr/share/doc/$pkgname/"
+ for f in ../../doc/*.html; do
+ install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
+ done
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-05-27 10:48:53 UTC (rev 111973)
+++ community-x86_64/PKGBUILD 2014-05-27 10:49:10 UTC (rev 111974)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Thomas Mader <thezema at gmail.com>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=astyle
-pkgver=2.04
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
-md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
-
-build() {
- cd "$srcdir/$pkgname/build/gcc"
- make
-}
-
-package() {
- cd "$srcdir/$pkgname/build/gcc"
-
- install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-
- # install documentation (implements FS#23290)
- install -d "$pkgdir/usr/share/doc/$pkgname/"
- for f in ../../doc/*.html; do
- install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
- done
-}
Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 111973, astyle/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-05-27 10:49:10 UTC (rev 111974)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Thomas Mader <thezema at gmail.com>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=astyle
+pkgver=2.04
+pkgrel=2
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
+md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
+
+build() {
+ cd "$srcdir/$pkgname/build/gcc"
+ make release shared
+}
+
+package() {
+ cd "$srcdir/$pkgname/build/gcc"
+
+ install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+ install -Dm0755 bin/libastyle.so "$pkgdir/usr/lib/libastyle.so"
+
+ # install documentation (implements FS#23290)
+ install -d "$pkgdir/usr/share/doc/$pkgname/"
+ for f in ../../doc/*.html; do
+ install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
+ done
+}
More information about the arch-commits
mailing list