diff options
author | sibel <lesibel@free.fr> | 2011-04-01 17:36:50 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-04-01 17:36:50 +0200 |
commit | 8451ba23432e681631e53643185c5f1818f83e74 (patch) | |
tree | ca53c6288bc7f8fee8fa8c3b0a1511a755df24e4 /kde/tellico/Pkgfile | |
parent | bf77fa4144cb4ea93f47964dabebe86b44d7b2af (diff) | |
download | nutyx-pakxe-8451ba23432e681631e53643185c5f1818f83e74.tar.gz nutyx-pakxe-8451ba23432e681631e53643185c5f1818f83e74.tar.bz2 nutyx-pakxe-8451ba23432e681631e53643185c5f1818f83e74.tar.xz nutyx-pakxe-8451ba23432e681631e53643185c5f1818f83e74.zip |
tellico, effacé sans mettre dans ouvert
Diffstat (limited to 'kde/tellico/Pkgfile')
-rw-r--r-- | kde/tellico/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/tellico/Pkgfile b/kde/tellico/Pkgfile deleted file mode 100644 index f5729f6a8..000000000 --- a/kde/tellico/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Gestionnaire de collection en Qt4 -# URL: http://tellico-project.org/ -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot ch -# Depends on: qt, libxml2, libxslt, taglib, python, kdebase-workspace, poppler-qt -# Run on: qt,libxml2,libxslt,taglib,python,kdebase-workspace,poppler-qt - -name=tellico -version=2.3 -release=1 -source=(http://tellico-project.org/files/$name-$version.tar.bz2) - -build() { - cd $name-$version - mkdir build - cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr - make - make DESTDIR=$PKG install -} - |