mtpaint: dropped orphaned port

This commit is contained in:
Fredrik Rinnestam 2015-12-23 00:03:24 +01:00
parent 08c3dae54c
commit f925375049
3 changed files with 0 additions and 31 deletions

View File

@ -1,11 +0,0 @@
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/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/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mtpaint.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/mtpaint.png

View File

@ -1 +0,0 @@
957c8035dd62c6bfdb594cd0a4467d22 mtpaint-3.40.tar.bz2

View File

@ -1,19 +0,0 @@
# 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 xorg-libxdamage
# Nice to have: libungif
name=mtpaint
version=3.40
release=1
source=(http://downloads.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
}