diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /community/luabind/PKGBUILD | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'community/luabind/PKGBUILD')
-rw-r--r-- | community/luabind/PKGBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/community/luabind/PKGBUILD b/community/luabind/PKGBUILD deleted file mode 100644 index 15b9e9888..000000000 --- a/community/luabind/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Jakob Gruber <jakob.gruber@gmail.com> -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: rayte <rabyte.at.gmail.dot.com> - -pkgname=luabind -pkgver=0.9.1 -pkgrel=2 -pkgdesc="A library that helps you create bindings between C++ and Lua" -arch=('i686' 'x86_64') -url="http://www.rasterbar.com/products/luabind.html" -license=('MIT') -makedepends=('unzip' 'boost' 'boost-build') -depends=('lua' 'gcc-libs') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" - "luabind_boost.patch") - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - patch -Np1 -i ${srcdir}/luabind_boost.patch - - # build luabind - bjam release --prefix=${pkgdir}/usr/ link=static,shared -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - bjam release --prefix=${pkgdir}/usr/ link=static,shared install - - # copy license - install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \ - ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} - -md5sums=('8a323fb51d07dad5cfdb12c432793d55' - 'd62ae6fc635300bc659df9dbb587ac53') |