[arch-commits] Commit in ctpl/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Thu Feb 12 14:22:18 UTC 2015
Date: Thursday, February 12, 2015 @ 15:22:17
Author: arodseth
Revision: 127608
archrelease: copy trunk to community-x86_64, community-i686
Added:
ctpl/repos/community-i686/PKGBUILD
(from rev 127607, ctpl/trunk/PKGBUILD)
ctpl/repos/community-x86_64/PKGBUILD
(from rev 127605, ctpl/trunk/PKGBUILD)
Deleted:
ctpl/repos/community-i686/PKGBUILD
ctpl/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 -----------------------
community-x86_64/PKGBUILD | 29 -----------------------
3 files changed, 54 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-12 14:09:23 UTC (rev 127607)
+++ community-i686/PKGBUILD 2015-02-12 14:22:17 UTC (rev 127608)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
-pkgname=ctpl
-pkgver=0.3.3
-pkgrel=4
-pkgdesc="Template engine library written in C"
-arch=('x86_64' 'i686')
-url="http://ctpl.tuxfamily.org/"
-license=('GPL')
-depends=('glib2')
-source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
-sha256sums=('7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: ctpl/repos/community-i686/PKGBUILD (from rev 127607, ctpl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-12 14:22:17 UTC (rev 127608)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=ctpl
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Template engine library written in C'
+arch=('x86_64' 'i686')
+url='http://ctpl.tuxfamily.org/'
+license=('GPL')
+#depends=('glib2')
+source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
+sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-12 14:09:23 UTC (rev 127607)
+++ community-x86_64/PKGBUILD 2015-02-12 14:22:17 UTC (rev 127608)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
-pkgname=ctpl
-pkgver=0.3.3
-pkgrel=4
-pkgdesc="Template engine library written in C"
-arch=('x86_64' 'i686')
-url="http://ctpl.tuxfamily.org/"
-license=('GPL')
-depends=('glib2')
-source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
-sha256sums=('7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: ctpl/repos/community-x86_64/PKGBUILD (from rev 127605, ctpl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-12 14:22:17 UTC (rev 127608)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=ctpl
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Template engine library written in C'
+arch=('x86_64' 'i686')
+url='http://ctpl.tuxfamily.org/'
+license=('GPL')
+#depends=('glib2')
+source=("http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz")
+sha256sums=('3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list