diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-11 07:38:41 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-11 07:38:41 +0200 |
commit | 980af49646201839ddfac49d8cfb4682ee6e7c93 (patch) | |
tree | 0ed19da682340466249a90e602eea507f35ae6d4 /extra/scribus/Pkgfile | |
parent | a2ab41a738ff77dbc63a02425d526ae3290b8966 (diff) | |
download | nutyx-pakxe-980af49646201839ddfac49d8cfb4682ee6e7c93.tar.gz nutyx-pakxe-980af49646201839ddfac49d8cfb4682ee6e7c93.tar.bz2 nutyx-pakxe-980af49646201839ddfac49d8cfb4682ee6e7c93.tar.xz nutyx-pakxe-980af49646201839ddfac49d8cfb4682ee6e7c93.zip |
Ajout de scribus#1.3.5.1-1
Diffstat (limited to 'extra/scribus/Pkgfile')
-rwxr-xr-x | extra/scribus/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/scribus/Pkgfile b/extra/scribus/Pkgfile new file mode 100755 index 000000000..d186c60a6 --- /dev/null +++ b/extra/scribus/Pkgfile @@ -0,0 +1,22 @@ +# Description: Equivalent de Publisher en logiciel libre +# URL: http://www.scribus.net +# Maintainer: NuTyX coreteam +# Packager: thierryn1 at hispeed dot ch +# Depends on: cups, qt, gnutls, python + +name=scribus +version=1.3.5.1 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) + + +build() { + + cd $name-$version + mkdir build + cd build + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +} |