summaryrefslogtreecommitdiffstats
path: root/libinfinity/Pkgfile
blob: 83d02f312dcc4ec850fd789f657f9839357b100b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Bibliothèque d'édition collaborative.
# URL: http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity
# Maintainer: NuTyX Gnome team
# Packager: piernov <piernov@piernov.org>
# Depends on: gtk3, avahi-gtk, libdaemon, linux-pam, libgcrypt, gnutls, libgpg-error, libgsasl, libxml2, gtk-doc
# Run on: gtk3,avahi-gtk,libdaemon,linux-pam,libgcrypt,gnutls,libgpg-error,libgsasl,libxml2

name=libinfinity
version=0.5.2
release=1
source=(http://releases.0x539.de/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--localstatedir=/var \
		--with-gtk3 \
		--with-inftextgtk \
		--with-infgtk \
		--with-infinoted \
		--with-avahi \
		--with-libdaemon
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}