From af87d2873bcaaf5a93ccf25da80aa670f89fbe96 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 13 May 2014 04:08:22 +0000 Subject: Tue May 13 04:03:53 UTC 2014 --- community/yaml-cpp/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'community/yaml-cpp') 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 # Contributor: Markus Martin 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 } -- cgit v1.2.3-54-g00ecf