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: expat,fontconfig,freetype,glib,libpng,mesa3d,openssl,pcre,phonon,qt,sqlite3,xorg-libice,xorg-libsm,xorg-libx11,xorg-libxau,xorg-libxcb,xorg-libxdmcp,xorg-libxext,xorg-libxrender
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
}
|