summaryrefslogtreecommitdiffstats
path: root/extra/gtkdialog/Pkgfile
blob: 6fd6ebcc39217178edea00e83b10f2b7c1839df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: outils pour GUI  
# URL: http://linux.pte.hu/~pipas/gtkdialog/ 
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: gtk

name=gtkdialog
version=0.7.20
release=3
source=(ftp://linux.pte.hu/pub/gtkdialog/$name-$version.tar.gz \
	http://nutyx.meticul.eu/files/patchs/$name/gtkdialog_0.7.20_glade.patch)

build() {
  cd $name-$version
  patch -p1 < $SRC/gtkdialog_0.7.20_glade.patch
  ./configure --prefix=/usr 
              
  make
  make prefix=$PKG/usr install
  rm -r $PKG/usr/info
}