This commit is contained in:
milisbir 2018-08-21 01:01:12 +03:00
parent 9ac8843acc
commit 0ab7ce4138
1 changed files with 11 additions and 11 deletions

View File

@ -1,22 +1,22 @@
# Tanım: 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/
# Paketçi: milisarge
# Gerekler: popt slang
# Gerekler: popt slang python3
# Grup: kütüphane
isim=newt
surum=0.52.18
surum=0.52.20
devir=1
kaynak=( http://fedorahosted.org/releases/n/e/$isim/$isim-$surum.tar.gz )
kaynak=(http://fedorahosted.org/releases/n/e/$isim/$isim-$surum.tar.gz )
derle() {
cd $isim-$surum
sed -e 's/^LIBNEWT =/#&/' \
-e '/install -m 644 $(LIBNEWT)/ s/^/#/' \
-e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \
-i Makefile.in
cd $isim-$surum
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
./configure --prefix=/usr --with-gpm-support &&
make
make DESTDIR=$PKG install
}