packaging corrections

merge-requests/260/head
Bernhard Landauer 7 years ago
parent e1e9d25916
commit ea35808809

@ -70,7 +70,7 @@ install:
install -dm0755 $(DESTDIR)$(PREFIX)/lib/manjaro-architect
install -m0644 ${LIBS} $(DESTDIR)$(PREFIX)$(LIBDIR)
install -dm0755 $(DESTDIR)$(PREFIX)/share/manjaro-tools
install -dm0755 $(DESTDIR)$(PREFIX)/share/manjaro-architect
install -m0644 ${LISTS} $(DESTDIR)$(PREFIX)/share/manjaro-architect
install -dm0755 $(DESTDIR)$(PREFIX)/share/manjaro-tools
@ -87,11 +87,11 @@ install:
uninstall:
for f in ${BIN}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done
for f in ${LIBS}; do rm -f $(DESTDIR)$(PREFIX)/lib/manjaro-tools/$$f; done
for f in ${LISTS}; do rm -f $(DESTDIR)$(PREFIX)/share/manjaro-tools/$$f; done
for f in ${LANG}; do rm -f $(DESTDIR)$(PREFIX)/share/manjaro-tools/$$f; done
for f in ${ICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/manjaro-tools/$$f; done
for f in ${LAUNCH}; do rm -f $(DESTDIR)$(PREFIX)/share/applications/$$f; done
for f in ${LIBS}; do rm -f $(DESTDIR)$(PREFIX)/lib/manjaro-architect/$$f; done
for f in ${LISTS}; do rm -f $(DESTDIR)$(PREFIX)/share/manjaro-architect/$$f; done
for f in ${LANG}; do rm -f $(DESTDIR)$(PREFIX)/share/manjaro-architect/$$f; done
for f in ${ICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/manjaro-architect/$$f; done
for f in ${LAUNCHER}; do rm -f $(DESTDIR)$(PREFIX)/share/applications/$$f; done
for f in ${LIVE}; do rm -f $(DESTDIR)/etc/skel/.config/autostart/$$$f; done
install: install

@ -2,25 +2,26 @@
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
pkgname=manjaro-architect
_pkgname=aif
pkgver=0.7.4.r34.g9b50b7b
_pkgname=aif-dev
_branch=manjaro-architect
pkgver=0.7.4.r37.ge1e9d25
pkgrel=1
pkgdesc="Manjaro CLI net-installer, forked from the Archlinux Architect"
arch=(any)
url="https://github.com/Chrysostomus/$_pkgname"
license=(GPL2)
depends=('bash'
'dialog'
'f2fs-tools'
'gptfdisk'
'manjaro-tools-base'
'mhwd'
'nilfs-utils'
'pacman'
'pacman-mirrorlist'
'parted')
'dialog'
'f2fs-tools'
'gptfdisk'
'manjaro-tools-base'
'mhwd'
'nilfs-utils'
'pacman'
'pacman-mirrorlist'
'parted')
makedepends=('git')
source=("git+$url.git")
source=("git+$url.git#branch=$_branch")
md5sums=('SKIP')
pkgver() {

Loading…
Cancel
Save