diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 19:56:35 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 19:56:35 +0100 |
commit | 6c4b6884c23765c611130963d4cabee1d4777757 (patch) | |
tree | 11049375e9c91f0273060e99483927a7c1c78bbe /extra/libwpd/Pkgfile | |
parent | adcb738c0ccf67a3604b85cd637636f28535e4bc (diff) | |
download | nutyx-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-x | extra/libwpd/Pkgfile | 18 |
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 -} - |