diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2013-07-06 15:04:56 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2013-07-06 15:04:56 +0200 |
commit | 660d0c5165a6dd0fbbc29fdb26ba44c602fab02a (patch) | |
tree | 40959e8b05421e4029ba88175aa2ab3b3cb0d12a /swig-git | |
parent | 62fa12b0fa8888701f61c34bae038c55f7a4a26c (diff) | |
download | arch-packages-660d0c5165a6dd0fbbc29fdb26ba44c602fab02a.tar.gz |
fix deps, license and conflicts of swig-git
Diffstat (limited to 'swig-git')
-rw-r--r-- | swig-git/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/swig-git/PKGBUILD b/swig-git/PKGBUILD index 961ef79..c997f79 100644 --- a/swig-git/PKGBUILD +++ b/swig-git/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Philipp Gesang <phg42.2a@gmail.com> # -# header of the swig pkgbuild in extra: +# header of the original swig PKGBUILD in extra: # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -12,8 +12,9 @@ arch=("i686" "x86_64") url="http://www.swig.org/" license=("custom") depends=("zlib" "pcre") -makedepends=("git") +makedepends=("git" "yodl") conflicts=("swig") +provides=("swig" "swig=2.0.10") _gitroot="https://github.com/swig/swig" _gitname="swig" @@ -48,6 +49,6 @@ build() { package() { cd "${srcdir}/${_gitname}-build" make DESTDIR="${pkgdir}" install - #install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE - #install -D -m644 LICENSE-UNIVERSITIES "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES + install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE + install -D -m644 LICENSE-UNIVERSITIES "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES } |