summaryrefslogtreecommitdiff
path: root/community/makedev
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/makedev
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/makedev')
-rw-r--r--community/makedev/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/makedev/PKGBUILD b/community/makedev/PKGBUILD
deleted file mode 100644
index 85285e4ab..000000000
--- a/community/makedev/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 90528 2013-05-13 00:22:02Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Liu <net147@gmail.com>
-# Contributor: Judd Vinet <jvinet@zeroflux.org>
-
-pkgname=makedev
-pkgver=3.23_1
-pkgrel=2
-pkgdesc='The ubiquitous script to create static device nodes'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://people.redhat.com/nalin/MAKEDEV/'
-source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz")
-md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f')
-
-build() {
- cd ${pkgname^^*}-${pkgver/_*}
- make
-}
-
-package() {
- cd ${pkgname^^*}-${pkgver/_*}
- # We make devdir == makedevdir to avoid install script to symlink into /dev
- # As previous make doesn't have a bad devdir, everything goes well
- make DESTDIR="$pkgdir" devdir=/usr/bin makedevdir=/usr/bin sbindir=/usr/bin install
-}
-
-# vim:set ts=2 sw=2 et: