[arch-commits] Commit in etl/repos (community-any community-any/PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Nov 7 13:06:56 UTC 2013


    Date: Thursday, November 7, 2013 @ 14:06:56
  Author: spupykin
Revision: 100649

archrelease: copy trunk to community-any

Added:
  etl/repos/community-any/
  etl/repos/community-any/PKGBUILD
    (from rev 100648, etl/trunk/PKGBUILD)

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

Copied: etl/repos/community-any/PKGBUILD (from rev 100648, etl/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-11-07 13:06:56 UTC (rev 100649)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Iacomella <yaco at gnu.org>
+
+pkgname=etl
+pkgver=0.04.17
+pkgrel=1
+pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
+arch=(any)
+url="http://synfig.org"
+license=('GPL2')
+depends=()
+conflicts=('synfig-etl')
+replaces=('synfig-etl')
+source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz)
+md5sums=('5be6549e9c419db2661d16b1f3cd2952')
+
+build() {
+  cd $srcdir/ETL-$pkgver
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/ETL-$pkgver
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list