summaryrefslogtreecommitdiff
path: root/community/mingetty/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/mingetty/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/mingetty/PKGBUILD')
-rw-r--r--community/mingetty/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/mingetty/PKGBUILD b/community/mingetty/PKGBUILD
deleted file mode 100644
index 494728ee0..000000000
--- a/community/mingetty/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
-# Contributor: Daniel Micay <danielmicay@gmail.com>
-# Contributor: stonecrest <stonecrestATgmailDOTcom>
-
-pkgname=mingetty
-pkgver=1.08
-pkgrel=3
-pkgdesc="A minimal getty which allows automatic logins."
-arch=('i686' 'x86_64' 'mips64el')
-url="http://sourceforge.net/projects/mingetty"
-license=('GPL')
-depends=('glibc')
-md5sums=('2a75ad6487ff271424ffc00a64420990'
- 'b1bcb0668c34d4981e3acddc3990dfdb')
-source=(http://downloads.sourceforge.net/sourceforge/mingetty/$pkgname-$pkgver.tar.gz
- $pkgname-utf8.patch)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch $pkgname.c ../$pkgname-utf8.patch
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- install -Dm755 $pkgname "$pkgdir/sbin/$pkgname"
- install -Dm644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8"
-}