mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:07:15 +08:00
rebuild to remove the libtool files (.la)
This commit is contained in:
parent
ea2fa451b4
commit
5154715aad
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=cloog
|
||||
pkgver=0.18.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Library that generates loops for scanning polyhedra"
|
||||
arch=('x86_64')
|
||||
url="http://www.bastoul.net/cloog/"
|
||||
|
@ -1,11 +1,10 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
# Core Packages for Chakra, part of chakraos.org
|
||||
#
|
||||
|
||||
|
||||
pkgname=glib2
|
||||
pkgver=2.38.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Common C routines used by GTK+ and other libs"
|
||||
url="http://www.gtk.org/"
|
||||
arch=('x86_64')
|
||||
@ -13,7 +12,7 @@ license=('LGPL')
|
||||
depends=('pcre' 'libffi')
|
||||
makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
|
||||
options=('!docs')
|
||||
source=("http://ftp.gnome.org/pub/GNOME/sources/glib/2.34/glib-${pkgver}.tar.xz"
|
||||
source=("http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-${pkgver}.tar.xz"
|
||||
'revert-warn-glib-compile-schemas.patch')
|
||||
md5sums=('26d1d08e478fc48c181ca8be44f5b69f'
|
||||
'3265d1afbcf1f5f308e26c3f9f6ca899')
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=gobject-introspection
|
||||
pkgver=1.38.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Introspection system for GObject-based libraries"
|
||||
url="https://live.gnome.org/GObjectInstrospection"
|
||||
arch=('x86_64')
|
||||
|
@ -5,9 +5,9 @@
|
||||
|
||||
pkgname=isl
|
||||
pkgver=0.12.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.kotnet.org/~skimo/isl/"
|
||||
depends=('gmp')
|
||||
license=('MIT')
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
pkgname=libarchive
|
||||
pkgver=3.1.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="library that can create and read several streaming archive formats"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://libarchive.org/"
|
||||
license=('BSD')
|
||||
depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2>=2.06' 'openssl' 'xz' 'zlib')
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=libcroco
|
||||
pkgver=0.6.8
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A CSS parsing library"
|
||||
arch=('x86_64')
|
||||
depends=('glib2' 'libxml2')
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=libffi
|
||||
pkgver=3.0.13
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A portable, high level programming interface to various calling conventions."
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=libsasl
|
||||
pkgver=2.1.23
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
|
||||
arch=('x86_64')
|
||||
url="http://cyrusimap.web.cmu.edu/downloads.html#sasl"
|
||||
|
@ -8,13 +8,12 @@
|
||||
pkgname=('libtool' 'libltdl')
|
||||
pkgver=2.4.2
|
||||
_gccver=4.9.0
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
pkgdesc="A generic library support script"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.gnu.org/software/libtool"
|
||||
license=('GPL')
|
||||
makedepends=("gcc=${_gccver}")
|
||||
options=("libtool")
|
||||
source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
|
||||
md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
|
||||
'1e6ba57420c82c663c85e745d11c7eed')
|
||||
|
@ -1,9 +1,9 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
# Core Packages for Chakra, part of chakraos.org
|
||||
|
||||
pkgname=procps-ng
|
||||
pkgver=3.3.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Utilities for monitoring your system and its processes'
|
||||
url='http://gitorious.org/procps'
|
||||
license=('GPL' 'LGPL')
|
||||
|
Loading…
Reference in New Issue
Block a user