summaryrefslogtreecommitdiff
path: root/community/yaml-cpp
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-13 04:08:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-13 04:08:22 +0000
commitaf87d2873bcaaf5a93ccf25da80aa670f89fbe96 (patch)
tree42180666994be8f497d5312e8bcc44bd9c690f7e /community/yaml-cpp
parent00b75e94fdb3eedea225ff1192972db1a46c09bd (diff)
Tue May 13 04:03:53 UTC 2014
Diffstat (limited to 'community/yaml-cpp')
-rw-r--r--community/yaml-cpp/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD
index c2fc7add7..d236eadb9 100644
--- a/community/yaml-cpp/PKGBUILD
+++ b/community/yaml-cpp/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 89824 2013-05-02 16:13:14Z svenstaro $
+# $Id: PKGBUILD 111017 2014-05-12 01:22:50Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Markus Martin <markus@archwyrm.net>
pkgname=yaml-cpp
@@ -8,7 +8,8 @@ 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')
-makedepends=('cmake' 'boost')
+makedepends=('cmake')
+depends=('boost')
source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('0fa47a5ed8fedefab766592785c85ee7')
@@ -23,4 +24,6 @@ package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
+
+ install -Dm644 license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}