diff options
author | sibel <lesibel@free.fr> | 2011-03-19 08:08:44 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-19 08:08:44 +0100 |
commit | ac76b7d357710827b9fe1dd8548f63cade0fc45b (patch) | |
tree | 6c62fb1428fc2b2be711a77a42a97f196969b1c0 /extra/scribus/Pkgfile | |
parent | 15e80422ba132117839b0566dfea6fe8dedb72e1 (diff) | |
download | nutyx-pakxe-ac76b7d357710827b9fe1dd8548f63cade0fc45b.tar.gz nutyx-pakxe-ac76b7d357710827b9fe1dd8548f63cade0fc45b.tar.bz2 nutyx-pakxe-ac76b7d357710827b9fe1dd8548f63cade0fc45b.tar.xz nutyx-pakxe-ac76b7d357710827b9fe1dd8548f63cade0fc45b.zip |
scribus deplace dans ouvert
Diffstat (limited to 'extra/scribus/Pkgfile')
-rwxr-xr-x | extra/scribus/Pkgfile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/scribus/Pkgfile b/extra/scribus/Pkgfile deleted file mode 100755 index 2de3a936f..000000000 --- a/extra/scribus/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: Equivalent de Publisher en logiciel libre -# URL: http://www.scribus.net -# Maintainer: NuTyX coreteam -# Packager: thierryn1 at hispeed dot ch -# Depends on: libcups, qt, gnutls, python, kerberos, boost, ghostscript, lcms, libxml2, cairo, desktop-file-utils, shared-mime-info -# Run on: libcups,qt,gnutls,kerberos,boost,ghostscript - -name=scribus -version=1.3.7 -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 \ - -DWANT_CAIRO=1 \ - -DLIB_SUFFIX="" - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share/doc - install -Dm644 $SRC/$name-$version/scribus.desktop \ - $PKG/usr/share/applications/scribus.desktop -} - |