gnutls 3.0.18

Andreas Radke a.radke at arcor.de
Wed Apr 4 16:57:04 CEST 2012


Am Wed, 4 Apr 2012 09:23:34 +0200
schrieb Nikos Mavrogiannopoulos <nmav at gnutls.org>:

> This is on gnulib generated code. What was your process to compile
> and check?
> 
> regards,
> Nikos

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr \
	--with-zlib \
	--disable-static \
	--disable-guile \
	--disable-valgrind-tests
  make
}

check() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make check 
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" install


-Andy




More information about the Gnutls-devel mailing list