summaryrefslogtreecommitdiff
path: root/community/ctpl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ctpl
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ctpl')
-rw-r--r--community/ctpl/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD
deleted file mode 100644
index 0547eabfe..000000000
--- a/community/ctpl/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 60598 2011-12-14 19:59:50Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Angel Velasquez <angvp@archlinux.org>
-# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
-pkgname=ctpl
-pkgver=0.3.3
-pkgrel=3
-pkgdesc="Template engine library written in C"
-arch=('x86_64' 'i686')
-url="http://ctpl.tuxfamily.org/"
-license=('GPL')
-depends=('glib2')
-options=(!libtool)
-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: