summaryrefslogtreecommitdiffstats
path: root/kde/kile/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kile/Pkgfile')
-rw-r--r--kde/kile/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde/kile/Pkgfile b/kde/kile/Pkgfile
new file mode 100644
index 000000000..48683b282
--- /dev/null
+++ b/kde/kile/Pkgfile
@@ -0,0 +1,19 @@
+# Description:Editeur Latex pour kde
+# URL:http://kile.sourceforge.net/news.php
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: kdelibs, texlive-core, psutils
+name=kile
+version=2.1b1
+release=1
+source=(http://prdownloads.sourceforge.net/$name/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX
+ make -j2
+ make DESTDIR=$PKG install
+}
+