summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/filezilla/PKGBUILD6
-rw-r--r--community/gliv/PKGBUILD25
-rw-r--r--community/go/PKGBUILD41
-rw-r--r--community/openssh-askpass/PKGBUILD4
-rw-r--r--community/openssh-askpass/openssh-askpass.sh4
-rw-r--r--community/pdns/PKGBUILD17
-rw-r--r--community/pdns/pdns.conf204
-rw-r--r--community/pdns/pdns.rc35
-rw-r--r--community/pekwm/PKGBUILD14
-rw-r--r--community/yaml-cpp0.3/PKGBUILD29
10 files changed, 227 insertions, 152 deletions
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD
index b09b1b38d..3645e35bb 100644
--- a/community/filezilla/PKGBUILD
+++ b/community/filezilla/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80712 2012-11-30 12:16:29Z bluewind $
+# $Id: PKGBUILD 90239 2013-05-09 21:10:16Z bluewind $
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=filezilla
-pkgver=3.6.0.2
+pkgver=3.7.0
pkgrel=1
pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('d56773feafb85c216813bbda87838db0')
+md5sums=('de827a062ec316d0da99936aeaaeeb79')
diff --git a/community/gliv/PKGBUILD b/community/gliv/PKGBUILD
index 157adabfb..97e8129db 100644
--- a/community/gliv/PKGBUILD
+++ b/community/gliv/PKGBUILD
@@ -1,29 +1,32 @@
+# $Id: PKGBUILD 90233 2013-05-09 17:39:45Z arodseth $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=gliv
pkgver=1.9.7
-pkgrel=2
-pkgdesc="OpenGL image viewer"
-arch=('i686' 'x86_64')
-url="http://guichaz.free.fr/gliv/"
+pkgrel=3
+pkgdesc='OpenGL image viewer'
+arch=('x86_64' 'i686')
+url='http://guichaz.free.fr/gliv/'
license=('GPL')
depends=('gtkglext')
-changelog=$pkgname.changelog
-source=(http://guichaz.free.fr/gliv/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5f0fafaf41651da8882e88b3df062d02')
+changelog="$pkgname.changelog"
+source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2")
+sha256sums=('5be6d071927dcb371676a9e4e9e4c54e8b2f4842f04dd63727b9a5032ddbcb69')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --mandir=/usr/share/man
- sed -i 's:pixmaps |:pixmaps $(datadir)/applications |:;s:vendor=gnome:vendor=gnome --dir=$(datadir)/applications:' Makefile
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index f2c3a085f..45d62ed28 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 89827 2013-05-02 17:23:12Z arodseth $
+# $Id: PKGBUILD 90230 2013-05-09 17:13:58Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -7,8 +7,11 @@
# Contributor: Christian Himpel <chressie@gmail.com>
# Contributor: Mike Rosset <mike.rosset@gmail.com>
# Contributor: Daniel YC Lin <dlin.tw@gmail.com>
+
+# TODO: Create split packages for the crosscompilation versions as well
+
pkgname=go
-pkgver=1.1rc1
+pkgver=1.1rc3
pkgrel=1
epoch=2
pkgdesc='Google Go compiler and tools'
@@ -20,17 +23,17 @@ makedepends=('inetutils')
options=('!strip')
install="$pkgname.install"
backup=('usr/lib/go/bin')
-if [ "$CARCH" == 'x86_64' ]; then
- source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
- "$pkgname.sh")
- sha256sums=('fc76b716b031d8afba3f3e6bcaca410e8dbf5fb625db5def00fbaaaa960e108c'
- 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-else
+#if [ "$CARCH" == 'x86_64' ]; then
+# source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz"
+# "$pkgname.sh")
+# sha256sums=('ed631dd172418488ee24f79b1aa64474b8eb959f8035c5f2ee77e6d2e467e61a'
+# 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+#else
source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz"
"$pkgname.sh")
- sha256sums=('b4eb8d9b55ae4a78c86213fa968755163ab3a8efa3f5c9f3a472b182b9d9a52e'
- 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-fi
+ sha256sums=('c81fd6503ab49ad92a270a740581ad744062c195bec4df94ae9973a9f4001da9'
+ 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
+#fi
build() {
cd "$srcdir/$pkgname/src"
@@ -42,12 +45,12 @@ build() {
export GOARCH=arm
bash make.bash
- # Crosscompilation for other platforms too (including linux i686 and x86_64)
- for os in linux; do # also possible: darwin freebsd windows
+ # Crosscompilation for various platforms (including linux)
+ for os in linux; do # darwin freebsd windows; do
for arch in amd64 386; do
- export GOOS=$os
- export GOARCH=$arch
- bash make.bash
+ export GOOS="$os"
+ export GOARCH="$arch"
+ bash make.bash --no-clean
done
done
}
@@ -55,14 +58,11 @@ build() {
check() {
cd "$srcdir/$pkgname"
- # Only test for linux and the architecture we're on
export GOOS=linux
if [ "$CARCH" == 'x86_64' ]; then
export GOARCH=amd64
elif [ "$CARCH" == 'i686' ]; then
export GOARCH=386
- else
- export GOARCH=arm
fi
export GOROOT="$srcdir/$pkgname"
@@ -135,9 +135,6 @@ package() {
rm -f $pkgdir/usr/share/go/doc/articles/wiki/get.bin
install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
-
- # Clean up
- #rm -r "$pkgdir/usr/bin/linux_arm"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/openssh-askpass/PKGBUILD b/community/openssh-askpass/PKGBUILD
index f69d7eb9b..feae299a7 100644
--- a/community/openssh-askpass/PKGBUILD
+++ b/community/openssh-askpass/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openssh-askpass
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A plasma-like passphrase dialog for ssh'
arch=('i686' 'x86_64')
url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
@@ -33,4 +33,4 @@ package() {
}
md5sums=('99b31e5bc2c12f91cc88869661ad92be'
- '961738244318f3723ba99cdcaac91a21')
+ 'baec3f0499b851aca6705968fa9e0df7')
diff --git a/community/openssh-askpass/openssh-askpass.sh b/community/openssh-askpass/openssh-askpass.sh
index 552906c7e..6f2c2b221 100644
--- a/community/openssh-askpass/openssh-askpass.sh
+++ b/community/openssh-askpass/openssh-askpass.sh
@@ -1,3 +1 @@
-if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
- export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
-fi
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD
index 9c5ed30c7..04277e59b 100644
--- a/community/pdns/PKGBUILD
+++ b/community/pdns/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 87427 2013-03-31 19:18:34Z stephane $
+# $Id: PKGBUILD 90235 2013-05-09 18:41:57Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Kevin Mihelich <kevin@archlinuxarm.org>
pkgname=pdns
pkgver=3.2
-pkgrel=5
+pkgrel=6
pkgdesc='Modern, advanced and high performance authoritative-only nameserver'
arch=('x86_64' 'i686')
url='http://www.powerdns.com/'
@@ -20,17 +20,20 @@ options=('!makeflags' '!libtool')
backup=('etc/powerdns/pdns.conf')
source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz"
'pdns.service'
- 'pdns.rc'
'pdns.conf')
sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572'
'2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a'
- '0457ffa2baa40518a03393e4f76964d9452c16aebbcb925582814f88367d62c2'
- '91c8889f41fe9d6bc9478c3ad53a10f6725e36e10f05e8e9257f9d35c9e2bab6')
+ 'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e')
-build() {
+prepare() {
cd "$srcdir/$pkgname-$pkgver"
touch AUTHORS NEWS
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
./configure \
--prefix=/usr \
--sysconfdir=/etc/powerdns \
@@ -48,9 +51,7 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -m755 -d "$pkgdir/etc/rc.d"
install -m644 "$srcdir/pdns.conf" "$pkgdir/etc/powerdns/"
- install -m755 "$srcdir/pdns.rc" "$pkgdir/etc/rc.d/pdns"
install -Dm644 "$srcdir/pdns.service" \
"$pkgdir/usr/lib/systemd/system/pdns.service"
rm "$pkgdir/etc/powerdns/pdns.conf-dist"
diff --git a/community/pdns/pdns.conf b/community/pdns/pdns.conf
index fba6617a6..e71d7155c 100644
--- a/community/pdns/pdns.conf
+++ b/community/pdns/pdns.conf
@@ -1,20 +1,15 @@
# Autogenerated configuration file template
#################################
-# allow-axfr-ips If disabled, DO allow zonetransfers from these IP addresses
+# allow-axfr-ips Allow zonetransfers only to these subnets
#
-# allow-axfr-ips=
+# allow-axfr-ips=0.0.0.0/0,::/0
#################################
-# allow-recursion List of netmasks that are allowed to recurse
+# allow-recursion List of subnets that are allowed to recurse
#
allow-recursion=127.0.0.1
#################################
-# allow-recursion-override Local data overrrides hosts on the internet
-#
-allow-recursion-override=yes
-
-#################################
# cache-ttl Seconds to store packets in the PacketCache
#
cache-ttl=60
@@ -50,6 +45,11 @@ daemon=yes
# default-soa-name=a.misconfigured.powerdns.server
#################################
+# default-ttl Seconds a result is valid if not set otherwise
+#
+# default-ttl=3600
+
+#################################
# disable-axfr Disable zonetransfers but do allow TCP queries
#
# disable-axfr=no
@@ -65,6 +65,41 @@ daemon=yes
distributor-threads=3
#################################
+# do-ipv6-additional-processing Do AAAA additional processing
+#
+# do-ipv6-additional-processing=yes
+
+#################################
+# edns-subnet-option-number EDNS option number to use
+#
+# edns-subnet-option-number=20730
+
+#################################
+# edns-subnet-processing If we should act on EDNS Subnet options
+#
+# edns-subnet-processing=no
+
+#################################
+# entropy-source If set, read entropy from this file
+#
+# entropy-source=/dev/urandom
+
+#################################
+# experimental-direct-dnskey EXPERIMENTAL: fetch DNSKEY RRs from backend during DNSKEY synthesis
+#
+# experimental-direct-dnskey=no
+
+#################################
+# experimental-json-interface If the webserver should serve JSON data
+#
+# experimental-json-interface=no
+
+#################################
+# experimental-logfile Filename of the log file for JSON parser
+#
+# experimental-logfile=/var/log/pdns.log
+
+#################################
# fancy-records Process URL and MBOXFW records
#
# fancy-records=no
@@ -77,12 +112,7 @@ guardian=yes
#################################
# launch Which backends to launch and order to query them in
#
-#launch=
-
-#################################
-# lazy-recursion Only recurse if question cannot be answered locally
-#
-lazy-recursion=yes
+# launch=
#################################
# load-modules Load this module - supply absolute or relative path
@@ -90,7 +120,7 @@ lazy-recursion=yes
# load-modules=
#################################
-# local-address Local IP address to which we bind
+# local-address Local IP addresses to which we bind
#
local-address=127.0.0.1
@@ -105,19 +135,19 @@ local-address=127.0.0.1
local-port=53
#################################
-# log-dns-details If PDNS should log failed update requests
+# log-dns-details If PDNS should log DNS non-erroneous details
#
-#log-dns-details=off
+# log-dns-details=
#################################
-# log-failed-updates If PDNS should log failed update requests
+# log-dns-queries If PDNS should log all incoming DNS queries
#
-#log-failed-updates=off
+# log-dns-queries=no
#################################
-# logfile Logfile to use
+# log-failed-updates If PDNS should log failed update requests
#
-# logfile=pdns.log
+# log-failed-updates=
#################################
# logging-facility Log under a specific facility
@@ -130,11 +160,26 @@ local-port=53
loglevel=3
#################################
+# lua-prequery-script Lua script with prequery handler
+#
+# lua-prequery-script=
+
+#################################
# master Act as a master
#
# master=no
#################################
+# max-cache-entries Maximum number of cache entries
+#
+# max-cache-entries=1000000
+
+#################################
+# max-ent-entries Maximum number of empty non-terminals in a zone
+#
+# max-ent-entries=100000
+
+#################################
# max-queue-length Maximum queuelength before considering situation lost
#
# max-queue-length=5000
@@ -150,26 +195,46 @@ loglevel=3
module-dir=/usr/lib/powerdns
#################################
-# negquery-cache-ttl Seconds to store packets in the PacketCache
+# negquery-cache-ttl Seconds to store negative query results in the QueryCache
#
negquery-cache-ttl=60
#################################
-# only-soa Make sure that no SOA serial is less than this number
+# no-shuffle Set this to prevent random shuffling of answers - for regression testing
#
-# only-soa=org
+# no-shuffle=off
#################################
# out-of-zone-additional-processing Do out of zone additional processing
#
-# out-of-zone-additional-processing=no
+# out-of-zone-additional-processing=yes
+
+#################################
+# overload-queue-length Maximum queuelength moving to packetcache only
+#
+# overload-queue-length=0
+
+#################################
+# pipebackend-abi-version Version of the pipe backend ABI
+#
+# pipebackend-abi-version=1
#################################
-# query-cache-ttl Seconds to store packets in the PacketCache
+# query-cache-ttl Seconds to store query results in the QueryCache
#
# query-cache-ttl=20
#################################
+# query-local-address Source IP address for sending queries
+#
+# query-local-address=0.0.0.0
+
+#################################
+# query-local-address6 Source IPv6 address for sending queries
+#
+# query-local-address6=::
+
+#################################
# query-logging Hint backends that queries should be logged
#
# query-logging=no
@@ -180,19 +245,34 @@ negquery-cache-ttl=60
# queue-limit=1500
#################################
-# receiver-threads Number of receiver threads to launch
+# receiver-threads Default number of Distributor (backend) threads to start
#
# receiver-threads=1
#################################
-# recursive-cache-ttl Seconds to store packets in the PacketCache
+# recursive-cache-ttl Seconds to store packets for recursive queries in the PacketCache
#
# recursive-cache-ttl=10
#################################
# recursor If recursion is desired, IP address of a recursing nameserver
#
-#recursor=
+# recursor=no
+
+#################################
+# retrieval-threads Number of AXFR-retrieval threads for slave operation
+#
+# retrieval-threads=2
+
+#################################
+# send-root-referral Send out old-fashioned root-referral instead of ServFail in case of no authority
+#
+# send-root-referral=no
+
+#################################
+# server-id Returned when queried for 'server.id' TXT or NSID, defaults to hostname
+#
+# server-id=
#################################
# setgid If set, change group id to this gid for more security
@@ -205,9 +285,9 @@ setgid=nobody
setuid=nobody
#################################
-# skip-cname Do not perform CNAME indirection for each query
+# signing-threads Default number of signer threads to start
#
-# skip-cname=no
+# signing-threads=3
#################################
# slave Act as a slave
@@ -220,16 +300,36 @@ setuid=nobody
# slave-cycle-interval=60
#################################
+# slave-renotify If we should send out notifications for slaved updates
+#
+# slave-renotify=no
+
+#################################
# smtpredirector Our smtpredir MX host
#
# smtpredirector=a.misconfigured.powerdns.smtp.server
#################################
-# soa-minimum-ttl Default SOA mininum ttl
+# soa-expire-default Default SOA expire
+#
+# soa-expire-default=604800
+
+#################################
+# soa-minimum-ttl Default SOA minimum ttl
#
# soa-minimum-ttl=3600
#################################
+# soa-refresh-default Default SOA refresh
+#
+# soa-refresh-default=10800
+
+#################################
+# soa-retry-default Default SOA retry
+#
+# soa-retry-default=3600
+
+#################################
# soa-serial-offset Make sure that no SOA serial is less than this number
#
# soa-serial-offset=0
@@ -245,14 +345,44 @@ socket-dir=/var/run
# strict-rfc-axfrs=no
#################################
+# tcp-control-address If set, PowerDNS can be controlled over TCP on this address
+#
+# tcp-control-address=
+
+#################################
+# tcp-control-port If set, PowerDNS can be controlled over TCP on this address
+#
+# tcp-control-port=53000
+
+#################################
+# tcp-control-range If set, remote control of PowerDNS is possible over these networks only
+#
+# tcp-control-range=127.0.0.0/8, 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fe80::/10
+
+#################################
+# tcp-control-secret If set, PowerDNS can be controlled over TCP after passing this secret
+#
+# tcp-control-secret=
+
+#################################
+# traceback-handler Enable the traceback handler (Linux only)
+#
+# traceback-handler=yes
+
+#################################
+# trusted-notification-proxy IP address of incoming notification proxy
+#
+# trusted-notification-proxy=
+
+#################################
# urlredirector Where we send hosts to that need to be url redirected
#
# urlredirector=127.0.0.1
#################################
-# use-logfile Use a log file
+# version-string PowerDNS version in packets - full, anonymous, powerdns or custom
#
-use-logfile=no
+# version-string=full
#################################
# webserver Start a webserver for monitoring
@@ -279,3 +409,9 @@ webserver=no
#
# webserver-print-arguments=no
+#################################
+# wildcard-url Process URL and MBOXFW records
+#
+# wildcard-url=no
+
+
diff --git a/community/pdns/pdns.rc b/community/pdns/pdns.rc
deleted file mode 100644
index 2f143ddae..000000000
--- a/community/pdns/pdns.rc
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start)
- stat_busy "Starting DNS"
- ! /usr/sbin/pdns_control ping > /dev/null 2>&1 && /usr/sbin/pdns_server --daemon
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon pdns
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping DNS"
- pdns_control quit > /dev/null 2>&1
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm_daemon pdns
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 3
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0
diff --git a/community/pekwm/PKGBUILD b/community/pekwm/PKGBUILD
index 9a0087c6a..e3f0f0732 100644
--- a/community/pekwm/PKGBUILD
+++ b/community/pekwm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 90075 2013-05-06 19:38:59Z foutrelis $
+# $Id: PKGBUILD 90217 2013-05-09 09:13:19Z foutrelis $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Eddie Lozon <almostlucky@attbi.com>
pkgname=pekwm
pkgver=0.1.16
-pkgrel=3
+pkgrel=5
pkgdesc='Small, fast, functional, and flexible window manager'
arch=('x86_64' 'i686')
license=('GPL')
@@ -27,16 +27,20 @@ backup=(etc/pekwm/autoproperties
etc/pekwm/mouse_system
etc/pekwm/start
etc/pekwm/vars)
-source=("http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2"
+source=("http://www.pekwm.org/projects/pekwm/files/$pkgname-$pkgver.tar.bz2"
"${pkgname}_kdm.desktop")
sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
'4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6')
-build() {
+prepare() {
cd "$srcdir"
+
gendesk
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
- cd "$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc
make
}
diff --git a/community/yaml-cpp0.3/PKGBUILD b/community/yaml-cpp0.3/PKGBUILD
deleted file mode 100644
index f8f7da315..000000000
--- a/community/yaml-cpp0.3/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Markus Martin <markus@archwyrm.net>
-pkgname=yaml-cpp0.3
-_pkgname=yaml-cpp
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
-url="http://code.google.com/p/yaml-cpp/"
-arch=('i686' 'x86_64')
-license=('MIT')
-conflicts=('yaml-cpp')
-provides=('yaml-cpp=0.3')
-makedepends=('cmake')
-source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
-
-build() {
- cd $srcdir/$_pkgname
-
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
- make
-}
-
-package() {
- cd $srcdir/$_pkgname
-
- make DESTDIR=$pkgdir install
-}