PKGBUILD, debian/*: changed URLs to kernel.org
parent
82794b4b90
commit
db59288d79
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@ pkgver=$(date +%s)
|
||||||
pkgrel=$(git log --pretty=format:%h |head -n 1)
|
pkgrel=$(git log --pretty=format:%h |head -n 1)
|
||||||
pkgdesc="Initramfs generation utility"
|
pkgdesc="Initramfs generation utility"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://sourceforge.net/apps/trac/dracut/"
|
url="https://dracut.wiki.kernel.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
conflicts=('dracut' 'mkinitcpio')
|
conflicts=('dracut' 'mkinitcpio')
|
||||||
provides=('dracut=9999' 'mkinitcpio=9999')
|
provides=('dracut=9999' 'mkinitcpio=9999')
|
||||||
|
|
@ -18,4 +18,4 @@ build() {
|
||||||
cd ..
|
cd ..
|
||||||
make sysconfdir=/etc || return 1
|
make sysconfdir=/etc || return 1
|
||||||
make DESTDIR="${pkgdir}" sysconfdir=/etc install || return 1
|
make DESTDIR="${pkgdir}" sysconfdir=/etc install || return 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ Priority: optional
|
||||||
Maintainer: Philippe Seewer <philippe.seewer@bfh.ch>
|
Maintainer: Philippe Seewer <philippe.seewer@bfh.ch>
|
||||||
Build-Depends: debhelper (>= 5.0), cdbs
|
Build-Depends: debhelper (>= 5.0), cdbs
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Vcs-Browser: http://dracut.git.sourceforge.net/git/gitweb-index.cgi
|
Vcs-Browser: http://git.kernel.org/?p=boot/dracut/dracut.git
|
||||||
Vcs-Git: git://dracut.git.sourceforge.net/gitroot/dracut/dracut
|
Vcs-Git: git://git.kernel.org/pub/scm/boot/dracut/dracut.git
|
||||||
|
|
||||||
Package: dracut
|
Package: dracut
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Fri Nov 20 15:45:00 +0100
|
||||||
|
|
||||||
Sources can be downloaded from:
|
Sources can be downloaded from:
|
||||||
|
|
||||||
https://sourceforge.net/projects/dracut/
|
http://www.kernel.org/pub/linux/utils/boot/dracut/
|
||||||
|
|
||||||
Upstream Maintainer:
|
Upstream Maintainer:
|
||||||
Harald Hoyer <harald@redhat.com>
|
Harald Hoyer <harald@redhat.com>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue