snapper: update to 0.2.4. Add sv service.
This commit is contained in:
parent
ceb99c195f
commit
5aa0927a01
2 changed files with 6 additions and 2 deletions
2
srcpkgs/snapper/files/snapperd/run
Executable file
2
srcpkgs/snapper/files/snapperd/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec snapperd
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'snapper'
|
# Template file for 'snapper'
|
||||||
pkgname=snapper
|
pkgname=snapper
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://snapper.io"
|
homepage="http://snapper.io"
|
||||||
distfiles="ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a
|
checksum=8fc70b8e7a39dc3249ce9141e2c5f0623bb80f8e4150a543d8ed04d2ad27f399
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# rename cron scripts
|
# rename cron scripts
|
||||||
|
@ -33,6 +33,8 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall data/sysconfig.snapper 644 etc/conf.d snapper
|
vinstall data/sysconfig.snapper 644 etc/conf.d snapper
|
||||||
|
|
||||||
|
vsv snapperd
|
||||||
}
|
}
|
||||||
|
|
||||||
libsnapper_package() {
|
libsnapper_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue