milis/talimatname/genel/chmlib/talimat

18 lines
437 B
Text
Raw Normal View History

2017-01-31 01:55:06 +03:00
# Description: Microsoft ITSS/CHM formatinda dosyalar icin kutuphane
2016-02-24 02:27:23 +02:00
# URL: http://morte.jedrea.com/~jedwin/projects/chmlib/
2016-07-22 19:00:36 +00:00
# Packager: alihan-ozturk28@hotmail.com
2017-01-31 01:55:06 +03:00
# Depends on:
2016-07-22 19:00:36 +00:00
2016-02-24 02:27:23 +02:00
name=chmlib
version=0.40
release=1
source=(http://morte.jedrea.com/~jedwin/projects/$name/$name-$version.tar.bz2)
build(){
cd $name-$version
./configure --prefix=/usr \
--enable-examples=yes
make
make DESTDIR=$PKG install
}