couchpotato: remove noarch
This commit is contained in:
parent
0fda19e203
commit
cecb5b3b5f
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'couchpotato'
|
||||
pkgname=couchpotato
|
||||
version=3.0.1
|
||||
revision=2
|
||||
archs=noarch
|
||||
revision=3
|
||||
wrksrc="CouchPotatoServer-build-${version}"
|
||||
pycompile_dirs="/usr/share/couchpotato"
|
||||
make_dirs="
|
||||
|
@ -14,12 +13,12 @@ license="GPL-3.0-or-later"
|
|||
homepage="http://couchpota.to"
|
||||
distfiles="https://github.com/RuudBurger/CouchPotatoServer/archive/build/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=f08f9c6ac02f66c6667f17ded1eea4c051a62bbcbadd2a8673394019878e92f7
|
||||
python_version=2 #unverified
|
||||
python_version=2
|
||||
couchpotato_homedir="/var/lib/couchpotato"
|
||||
system_accounts="couchpotato"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/couchpotato
|
||||
mv * ${DESTDIR}/usr/share/couchpotato
|
||||
vcopy "*" usr/share/couchpotato
|
||||
vsv couchpotato
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue