summaryrefslogtreecommitdiffstats
path: root/extra/libwpd/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:44:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:44:24 +0200
commitf3d42a36c545d05c5cefc3f665aca47afcf6834d (patch)
tree158e594e6bacba24cce50d158ff6805ba55aff9f /extra/libwpd/Pkgfile
parent9a5e9a681f4b2339c9b85bb179225879cf4171fb (diff)
downloadnutyx-pakxe-f3d42a36c545d05c5cefc3f665aca47afcf6834d.tar.gz
nutyx-pakxe-f3d42a36c545d05c5cefc3f665aca47afcf6834d.tar.bz2
nutyx-pakxe-f3d42a36c545d05c5cefc3f665aca47afcf6834d.tar.xz
nutyx-pakxe-f3d42a36c545d05c5cefc3f665aca47afcf6834d.zip
Ajout de libwpd#0.8.14-1
Diffstat (limited to 'extra/libwpd/Pkgfile')
-rwxr-xr-xextra/libwpd/Pkgfile17
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
+}