File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Template file for 'nx-libs'
2
+ pkgname=nx-libs
3
+ version=3.5.99.22
4
+ revision=1
5
+ build_style=gnu-makefile
6
+ make_install_args="PREFIX=/usr"
7
+ hostmakedepends="autoconf automake libtool pkg-config"
8
+ makedepends="xorgproto zlib-devel libjpeg-turbo-devel libpng-devel"
9
+ short_desc="NX X11 protocol compression libraries"
10
+ maintainer="eoli3n <jkirsz@gmail.com>"
11
+ license="GPL-2.0-or-later"
12
+ homepage="http://www.x2go.org"
13
+ distfiles="https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${version}-lite.tar.gz"
14
+ checksum=0c411aae869675a0d1803e629592ce1c4ade598611e5dcc444696494b92a8e4e
15
+
16
+ do_build() {
17
+ make ${makejobs} PREFIX=/usr \
18
+ CONFIGURE="./configure ${configure_args} --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --includedir=/usr/include"
19
+ }
You can’t perform that action at this time.
0 commit comments