milis/talimatname/genel/newt/talimat

22 lines
589 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Newt, renkli metin modu, widget tabanlı kullanıcı arabirimleri için bir programlama kütüphanesi.
# URL: https://admin.fedoraproject.org/pkgdb/package/rpms/newt/
# Packager: milisarge
# Depends on: popt slang
name=newt
version=0.52.18
release=1
source=( http://fedorahosted.org/releases/n/e/$name/$name-$version.tar.gz )
build() {
cd $name-$version
sed -e 's/^LIBNEWT =/#&/' \
-e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
-e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
-i Makefile.in
./configure --prefix=/usr --with-gpm-support &&
make
make DESTDIR=$PKG install
}