milis/talimatname/genel/libetpan/talimat

17 lines
359 B
Plaintext
Raw Normal View History

2017-03-30 13:59:39 +02:00
# Description: E-posta erişimi için portatif bir katman
2016-02-24 01:27:23 +01:00
# URL: http://www.etpan.org/
2017-03-30 13:59:39 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: curl expat
name=libetpan
version=1.1
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}