milis/talimatname/temel/expat/talimat

18 lines
368 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: The Expat package contains a stream oriented C library for parsing XML.
# URL: http://expat.sourceforge.net/
# Packager: tnut at nutyx dot org
# Depends on:
name=expat
version=2.1.0
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
2016-03-07 13:45:49 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}