|
|
|
@ -21,9 +21,10 @@ build() {
|
|
|
|
|
cd $pkgname-${pkgver/_/-}
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man \
|
|
|
|
|
--with-shared --with-normal --without-debug --without-ada \
|
|
|
|
|
--enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
|
|
|
|
|
--enable-ext-colors --enable-ext-mouse
|
|
|
|
|
--with-pkg-config-libdir=/usr/lib/pkgconfig \
|
|
|
|
|
--with-shared --with-normal --without-debug --without-ada \
|
|
|
|
|
--enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
|
|
|
|
|
--enable-ext-colors --enable-ext-mouse
|
|
|
|
|
make
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|