summaryrefslogtreecommitdiffstats
path: root/extra/libwpd/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-19 19:56:35 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-19 19:56:35 +0100
commit6c4b6884c23765c611130963d4cabee1d4777757 (patch)
tree11049375e9c91f0273060e99483927a7c1c78bbe /extra/libwpd/Pkgfile
parentadcb738c0ccf67a3604b85cd637636f28535e4bc (diff)
downloadnutyx-pakxe-6c4b6884c23765c611130963d4cabee1d4777757.tar.gz
nutyx-pakxe-6c4b6884c23765c611130963d4cabee1d4777757.tar.bz2
nutyx-pakxe-6c4b6884c23765c611130963d4cabee1d4777757.tar.xz
nutyx-pakxe-6c4b6884c23765c611130963d4cabee1d4777757.zip
libwpd dans ouvert
Diffstat (limited to 'extra/libwpd/Pkgfile')
-rwxr-xr-xextra/libwpd/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libwpd/Pkgfile b/extra/libwpd/Pkgfile
deleted file mode 100755
index 831b5cb69..000000000
--- a/extra/libwpd/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Librairie pour importer les documents WordPerfect (TM)
-# URL: http://libwpd.sourceforge.net/
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libgsf
-# Run on: libgsf
-
-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
-}
-