milis/talimatname/genel/aalib/talimat

20 lines
457 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: AAlib taşınabilir bir ascii art kütüphanesidir.
# URL: http://aa-project.sourceforge.net/aalib
# Packager: milisarge
# Depends on: xorg-libx11
name=aalib
version=1.4rc5
release=2
source=(http://downloads.sourceforge.net/aa-project/aalib-1.4rc5.tar.gz)
build() {
cd aalib-*
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info --disable-static
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/info/dir
}