Commit cd81abfd1b3c13d7860e883acc895d28b2f46490

Authored by Perry Werneck
1 parent 81a7bb67

Updating archlinux build.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
@@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/" @@ -9,7 +9,7 @@ url="https://portal.softwarepublico.gov.br/social/pw3270/"
9 arch=(i686 x86_64) 9 arch=(i686 x86_64)
10 license=(GPL) 10 license=(GPL)
11 depends=() 11 depends=()
12 -makedepends=(autoconf automake make openssl-devel) 12 +makedepends=(autoconf automake make openssl)
13 checkdepends=() 13 checkdepends=()
14 14
15 #groups=(gnome) 15 #groups=(gnome)
@@ -22,7 +22,8 @@ conflicts=($pkgname) @@ -22,7 +22,8 @@ conflicts=($pkgname)
22 22
23 prepare() { 23 prepare() {
24 cd $pkgname-$pkgver 24 cd $pkgname-$pkgver
25 - ./autogen.sh 25 + NOCONFIGURE=1 ./autogen.sh
  26 + ./configure --prefix=/usr
26 } 27 }
27 28
28 build() { 29 build() {