mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Added extra/libxmi, openbabel to skip list
This commit is contained in:
parent
5fa48982bf
commit
3952889708
2 changed files with 30 additions and 0 deletions
27
extra/libxmi/PKGBUILD
Normal file
27
extra/libxmi/PKGBUILD
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $Id: PKGBUILD 57020 2009-10-31 09:40:29Z allan $
|
||||
# Contributor: Tobias Kieslich [tobias.justdreams.de]
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@miheli.ch>
|
||||
# - rebuild m4 files, source was built with old automake
|
||||
|
||||
pkgname=libxmi
|
||||
pkgver=1.2
|
||||
pkgrel=2
|
||||
pkgdesc="library for rasterizing 2-D vector graphics"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libxmi/libxmi.html"
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
source=(http://mirrors.usc.edu/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('4e6935484f0ad71b531920bf4c546b47')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
rm config.guess config.sub install-sh missing
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
./configure --prefix=/usr --infodir=/usr/share/info
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
|
@ -55,6 +55,7 @@ extra - nvidia-173xx-utils
|
|||
extra - nvidia-96xx
|
||||
extra - nvidia-96xx-utils
|
||||
extra - nvidia-utils
|
||||
extra - openbabel
|
||||
extra - povray
|
||||
extra - r128-dri
|
||||
extra - racket
|
||||
|
@ -175,6 +176,8 @@ community - openlierox
|
|||
community - opera
|
||||
community - performous
|
||||
community - performous-freesongs
|
||||
community - python-openbabel
|
||||
community - python2-openbabel
|
||||
community - radeontool
|
||||
community - rfc
|
||||
community - rocksndiamonds
|
||||
|
|
Loading…
Reference in a new issue