summaryrefslogtreecommitdiffstats
path: root/kde/ktorrent/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/ktorrent/Pkgfile')
-rwxr-xr-xkde/ktorrent/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile
index cdb2cff3a..d371dce05 100755
--- a/kde/ktorrent/Pkgfile
+++ b/kde/ktorrent/Pkgfile
@@ -6,9 +6,11 @@
name=ktorrent
version=3.3.4
+
release=1
source=(http://ktorrent.org/downloads/$version/$name-$version.tar.bz2 \
$name.png $name.desktop httpserver.patch)
+
build() {
cd $name-$version
patch -Np0 -i $SRC/httpserver.patch
@@ -20,9 +22,9 @@ build() {
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/applications
- install -m 644 ../$name.desktop $PKG/usr/share/applications/
+ install -m 644 $SRC/$name.desktop $PKG/usr/share/applications/
mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps/
- install -m 644 ../$name.png $PKG/usr/share/icons/hicolor/48x48/apps/
+ install -m 644 $SRC/$name.png $PKG/usr/share/icons/hicolor/48x48/apps/
}