summaryrefslogtreecommitdiffstats
path: root/extra/acetoneiso/Pkgfile
blob: df236377e2346bb31ae57196e9c65a316c9008d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Un tout en un pour les iso
# URL: http://www.acetoneteam.org 
# Maintainer:NuTyX core team
# Packager:fanch
# Depends on: qt,fuseiso,cdrdao,cdrkit,gnupg,pinentry,mplayer, phonon
# Run on:

name=acetoneiso
version=2.2.1
release=1
source=(http://mesh.dl.sourceforge.net/project/acetoneiso/AcetoneISO/AcetoneISO%202.2.1/acetoneiso_2.2.1.tar.gz)

build() {
	cd acetoneiso_2.2.1/acetoneiso       	
	qmake
	sed -i 's|-I/usr/include/QtCore|-I/usr/include/QtCore -I/usr/include/KDE|' Makefile
	make
        make INSTALL_ROOT=$PKG install
}