milis/talimatname/temel/libpipeline/talimat

24 lines
479 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.

# Tanım: C library for manipulating pipelines of subprocesses in a flexible way
# URL: http://libpipeline.nongnu.org/
# Paketçi: milisarge
# Gerekler:
isim=libpipeline
surum=1.4.1
devir=1
kaynak=(http://download.savannah.gnu.org/releases/libpipeline/libpipeline-$surum.tar.gz)
derle()
{
cd $isim-$surum
PKG_CONFIG_PATH=/tools/lib/pkgconfig \
./configure --prefix=/usr \
--libdir=/lib
make
make DESTDIR=$PKG install
mkdir $PKG/usr/lib
mv $PKG/lib/pkgconfig \
$PKG/usr/lib
}