mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-13 20:39:03 +08:00
libgzz, ggz-client-libs: removed as obsolete, FS#1870
This commit is contained in:
parent
5fae130f8f
commit
10cf4467c4
@ -1,31 +0,0 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrian Chaves Fernandez (Gallaecio) <adriyetichaves@gmail.com>
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=ggz-client-libs
|
||||
pkgver=0.0.14.1
|
||||
pkgrel=2
|
||||
pkgdesc="GGZ client library, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.ggzgamingzone.org/"
|
||||
license=('LGPL')
|
||||
depends=('libggz>=0.0.14.1' 'expat>=2.0.1')
|
||||
options=('!libtool')
|
||||
source=(http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('299eaa93721b1d867b5bf7dc6ac764b0')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
pkgname=libggz
|
||||
pkgver=0.0.14.1
|
||||
pkgrel=4
|
||||
pkgdesc="GGZ base library, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.ggzgamingzone.org/"
|
||||
license=('LGPL')
|
||||
depends=('libgcrypt')
|
||||
source=(http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('603739504648833779aa13b0327a1c3d')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
Loading…
Reference in New Issue
Block a user