mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed community/dfc
This commit is contained in:
parent
b54cf60a24
commit
c968c4cde0
2 changed files with 0 additions and 35 deletions
|
@ -1,31 +0,0 @@
|
|||
# Maintainer: Rolinh <robinDOThahlingATgw-computingDOTnet>
|
||||
pkgname=dfc
|
||||
pkgver=3.0.4
|
||||
pkgrel=2.1
|
||||
pkgdesc="Display file system space usage using graphs and colors"
|
||||
arch=('x86_64' 'i686')
|
||||
url="http://projects.gw-computing.net/projects/dfc"
|
||||
license=('BSD')
|
||||
depends=('glibc')
|
||||
makedepends=('cmake' 'gettext')
|
||||
conflicts=('dfc-git')
|
||||
source=(http://projects.gw-computing.net/attachments/download/79/${pkgname}-${pkgver}.tar.gz)
|
||||
install='dfc.install'
|
||||
md5sums=('3b9edc197ad21e1dfe10128d130e626c')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
cmake . -DPREFIX=/usr -DSYSCONFDIR=/etc -DCMAKE_BUILD_TYPE=RELEASE
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
|
@ -1,4 +0,0 @@
|
|||
post_install() {
|
||||
echo 'Optional configuration file is located in /etc/xdg/dfc/'
|
||||
echo 'Copy it to ~/.config/dfc/ (create this folder if necessary) if you want to use it.'
|
||||
}
|
Loading…
Reference in a new issue