mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:47:13 +08:00
Add libxmi
This commit is contained in:
parent
a01a309731
commit
16b24f6305
25
libxmi/PKGBUILD
Normal file
25
libxmi/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libxmi
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
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.sub
|
||||
ln -s /usr/share/automake-1.11/config.sub .
|
||||
./configure --prefix=/usr --infodir=/usr/share/info
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user