summaryrefslogtreecommitdiffstats
path: root/extra/luckybackup/Pkgfile
blob: 651a81d9a335289c9572f1aa58bc39f9f2080e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Gestionaire de Sauvegardes
# URL: http://luckybackup.sourceforge.net/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: qt, rsync
# Run on: qt,rsync

name=luckybackup
version=0.4.3
release=1
source=(http://sourceforge.net/projects/$name/files/0.4.3/source/$name-$version.tar.gz)

build() {
	cd $name-$version
	qmake
	make
	make INSTALL_ROOT=$PKG install
}