diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-08-28 16:24:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-08-28 16:24:19 -0300 |
commit | e0acf42ad03cac39336017463fad3f5ff2d3179f (patch) | |
tree | 6ae1fb22259bf4019c40561c760948e36123c98f /~fauno/ethos/PKGBUILD | |
parent | 3f64055d01d6333452df7b36a2a581aa3a6ff96f (diff) | |
download | abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.gz abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.bz2 abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.zip |
remove fauno personal repo from abslibre
Diffstat (limited to '~fauno/ethos/PKGBUILD')
-rw-r--r-- | ~fauno/ethos/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/~fauno/ethos/PKGBUILD b/~fauno/ethos/PKGBUILD deleted file mode 100644 index f05c8fa8b..000000000 --- a/~fauno/ethos/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -} |