mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
libinfinity: added to the repos as a dep of kte-collaborative
This commit is contained in:
parent
014ced4f34
commit
b1530fd3e6
29
libinfinity/PKGBUILD
Normal file
29
libinfinity/PKGBUILD
Normal file
@ -0,0 +1,29 @@
|
||||
# Neoophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/libinfinity
|
||||
|
||||
pkgname=libinfinity
|
||||
pkgver=0.5.4
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of the Infininote protocol written in GObject-based C"
|
||||
arch=('x86_64')
|
||||
url="http://gobby.0x539.de"
|
||||
license=('GPL')
|
||||
depends=('gnutls' 'libgsasl' 'glib2' 'libxml2')
|
||||
makedepends=('pkgconfig')
|
||||
optdepends=('avahi: zeroconf support'
|
||||
'gtk2: gtk support')
|
||||
options=('!libtool')
|
||||
source=("http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('1e83ec8b3ed3159d0c883c056b153429')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
rm -rf $pkgdir/var
|
||||
}
|
Loading…
Reference in New Issue
Block a user