summaryrefslogtreecommitdiff
path: root/community/yaml-cpp0.3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/yaml-cpp0.3/PKGBUILD')
-rw-r--r--community/yaml-cpp0.3/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
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
-}