diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-09-26 16:51:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-09-26 16:51:02 -0300 |
commit | 2b049dac85360749c4cef44b11da32c73e1e1a04 (patch) | |
tree | d40c4005bc245f0a5bb0da9a9525bf6d240f5b6a /~fauno/ethos | |
parent | 9146699991b6ea418605a56676ac6ebfb4fac030 (diff) |
~fauno/emerillon-1.90-2
And deps. libchamplain needs to be updated to 0.12.0
Diffstat (limited to '~fauno/ethos')
-rw-r--r-- | ~fauno/ethos/PKGBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/~fauno/ethos/PKGBUILD b/~fauno/ethos/PKGBUILD new file mode 100644 index 000000000..f05c8fa8b --- /dev/null +++ b/~fauno/ethos/PKGBUILD @@ -0,0 +1,24 @@ +# Contributor: yannsen <ynnsen@gmail.com> +pkgname=ethos +pkgver=0.2.2 +pkgrel=6 +arch=('i686' 'x86_64') +pkgdesc="Plugin framework for GLib" +url="http://git.dronelabs.com/ethos/about/" +license="LGPL" +depends=(python2 gtk2) +makedepends=(intltool pygtk) +source=(http://ftp.dronelabs.com/sources/$pkgname/0.2/$pkgname-$pkgver.tar.gz) +md5sums=('36cf1ef444a224556bba4d441c400300') +options=(!libtool) + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install +} |