mtpaint: new port

This commit is contained in:
Bartlomiej Palmowski 2009-08-23 21:37:20 +02:00
parent 6108b3b437
commit 63f8d21598
3 changed files with 31 additions and 0 deletions

11
mtpaint/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mtpaint
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mtpaint.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/mtpaint.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/mtpaint.png

1
mtpaint/.md5sum Normal file
View File

@ -0,0 +1 @@
fbe34eb25f96b6092403115f1f6ab387 mtpaint-3.31.tar.bz2

19
mtpaint/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: simple GTK+1/2 painting program
# URL: http://mtpaint.sourceforge.net/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Packager: Ricardo Oliveira, crux at roliveira dot eu
# Depends on: gtk
# Nice to have: libungif
name=mtpaint
version=3.31
release=1
source=(http://dfn.dl.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr gtk2 cflags man
make
make DESTDIR=$PKG install
}