Fedora pkgs list done, added elementaryOS. both untested.

This commit is contained in:
brent s. 2015-07-16 03:13:36 -04:00
parent ef664d39b9
commit 43cd3ab4b9
4 changed files with 21 additions and 1 deletions

View File

@ -1,7 +1,7 @@
NAME='Fedora'
SUPPORTED='yes'
CHECK_METHOD='egrep '^Fedora' /etc/redhat-release'
PKG_MGR='yum -y install ${pkgname}'
PKG_MGR='dnf -y install ${pkgname}'
PRE_RUN='none'
PKG_CHK='rpm -q ${pkgname} | egrep "^${pkgname}-[0-9]"'
URL='https://getfedora.org/'

View File

@ -1,9 +1,21 @@
binutils
binutils-devel
curl
gcc
git
libisofs
lynx
make
mtools
patch
perl
rsync
sed
squashfs-tools
syslinux
syslinux-devel
xorriso
xz
xz-devel
zlib
zlib-devel

View File

@ -0,0 +1,7 @@
NAME='elementaryOS'
SUPPORTED='yes'
CHECK_METHOD='egrep "^DISTRIB_ID=\"elementary OS\"$" /etc/lsb-release'
PKG_MGR='apt-get -y install ${pkgname}'
PRE_RUN='apt-get -y update'
PKG_CHK='dpkg-query -l ${pkgname} | egrep "^ii[[:space:]]*${pkgname}"'
URL='https://elementary.io/'

View File

@ -0,0 +1 @@
../Ubuntu/pkgs