diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:44:24 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:44:24 +0200 |
commit | f3d42a36c545d05c5cefc3f665aca47afcf6834d (patch) | |
tree | 158e594e6bacba24cce50d158ff6805ba55aff9f | |
parent | 9a5e9a681f4b2339c9b85bb179225879cf4171fb (diff) | |
download | nutyx-extra-f3d42a36c545d05c5cefc3f665aca47afcf6834d.tar.gz nutyx-extra-f3d42a36c545d05c5cefc3f665aca47afcf6834d.tar.bz2 nutyx-extra-f3d42a36c545d05c5cefc3f665aca47afcf6834d.tar.xz nutyx-extra-f3d42a36c545d05c5cefc3f665aca47afcf6834d.zip |
Ajout de libwpd#0.8.14-1
-rwxr-xr-x | extra/libwpd/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libwpd/Pkgfile b/extra/libwpd/Pkgfile new file mode 100755 index 000000000..d71dbc145 --- /dev/null +++ b/extra/libwpd/Pkgfile @@ -0,0 +1,17 @@ +# $Id: build,v 1.2 2008/08/30 18:56:09 linda Exp $ +# Description: gestionaire de connection wi-fi pour kde3 +# URL: +# Packager: Floreal Cabares, cabaflo at wanadoo dot fr +# Depends on: + +name=libwpd +version=0.8.14 +release=1 +source=(http://download.go-oo.org/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr --without-docs + make + make DESTDIR=$PKG install +} |