milis/talimatname/genel/chmlib/talimat

19 lines
442 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Library for dealing with Microsoft ITSS/CHM format files
# URL: http://morte.jedrea.com/~jedwin/projects/chmlib/
2016-07-22 21:00:36 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on:
2016-07-22 21:00:36 +02:00
2016-02-24 01:27:23 +01: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
}