1 #Contributor: Tony Dodd <arch@recalcitrance.net>
5 pkgdesc="Pixel Image Editor - a cross-platform image editor"
6 url="http://www.kanzelsberger.com/pixel/"
8 depends=('freetype2' 'libpng' 'sdl' 'libxi' 'openexr' 'aspell' 'lcms')
10 source=(http://www.pixelcommunity.com/bin/pixeldemo_${pkgver}-1_i386.deb)
12 md5sums=('fb3fecfb5d8e7d8571a432e3ac60e6b9')
18 ar -x pixeldemo_${pkgver}-1_i386.deb
20 tar -xvzf $startdir/src/data.tar.gz
23 find . -type f -exec chmod -x \{\} \;
24 chmod +x usr/bin/pixeldemo
27 mkdir -p usr/share/licenses/pixeldemo
28 mv usr/share/doc/pixeldemo/copyright usr/share/licenses/pixeldemo