laptop-mode: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:47 +00:00
parent c5093e9675
commit da63543058
2 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,6 @@ short_desc="Laptop power saving package for Linux systems"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://samwel.tk/laptop_mode/"
update_pkgname="${pkgname}-tools"
update_site="${homepage}packages/tarball"
distfiles="${homepage}/tools/downloads/$pkgname-tools_$version.tar.gz"
checksum=0e8488d6112fa7edfa7e4b1084b16f8c7c6726d935029e4afd7d7034caed5f62
conf_files="

View file

@ -0,0 +1,2 @@
pkgname="${pkgname}-tools"
site="${homepage}packages/tarball"