summaryrefslogtreecommitdiffstats
path: root/xfce/mousepad/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/mousepad/Pkgfile')
-rwxr-xr-xxfce/mousepad/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/mousepad/Pkgfile b/xfce/mousepad/Pkgfile
deleted file mode 100755
index 56b3a4e22..000000000
--- a/xfce/mousepad/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Editeur de texte de Xfce
-# URL: http://www.xfce.org/projects/mousepad/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4,desktop-file-utils
-# Run on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4,desktop-file-utils
-
-name=mousepad
-version=0.2.16
-release=2
-source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
-}
-