summaryrefslogtreecommitdiffstats
path: root/extra/xdialog/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-21 20:39:52 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-21 20:39:52 +0100
commit6224ec591b5f03d1ac3fc9d7a2071ebc9f678db7 (patch)
tree238dea5987ff54a2840472c29113c922754094f5 /extra/xdialog/Pkgfile
parent8c4cdb2d87367e49acb900d4992dbf3b46cce046 (diff)
downloadnutyx-pakxe-6224ec591b5f03d1ac3fc9d7a2071ebc9f678db7.tar.gz
nutyx-pakxe-6224ec591b5f03d1ac3fc9d7a2071ebc9f678db7.tar.bz2
nutyx-pakxe-6224ec591b5f03d1ac3fc9d7a2071ebc9f678db7.tar.xz
nutyx-pakxe-6224ec591b5f03d1ac3fc9d7a2071ebc9f678db7.zip
xdialog dans ouvert
Diffstat (limited to 'extra/xdialog/Pkgfile')
-rwxr-xr-xextra/xdialog/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/xdialog/Pkgfile b/extra/xdialog/Pkgfile
deleted file mode 100755
index d59af5aa2..000000000
--- a/extra/xdialog/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Version GTK de dialog
-# URL: http://xdialog.free.fr/
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: gtk1
-# Run on: gtk1
-
-name=xdialog
-version=2.3.1
-release=1
-source=(http://xdialog.free.fr/Xdialog-$version.tar.bz2)
-
-build() {
-cd Xdialog-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --with-gtk
- sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile
- sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile
- make
- make DESTDIR=$PKG install
-}
-
-