Searched refs:rpm (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Dunrpm8 echo "Usage: unrpm -l package.rpm <List contents of rpm package>"
9 echo " unrpm -x package.rpm /foo/boo <Extract rpm package to this directory,"
14 rpm=$2
17 if [ "$rpm" = "" ]; then
19 elif [ ! -s "$rpm" ]; then
20 echo "Can't find $rpm!"
32 (echo -e "\nPress enter to scroll, q to Quit!\n" ; rpm2cpio $rpm | cpio -tv --quiet) | $pager
42 rpm2cpio $rpm | (umas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dfilter-requires-samba_rh8.sh2 /usr/lib/rpm/find-requires $* | egrep -v '(Net::LDAP|CGI)'
H A Dfilter-requires-samba_rh9.sh3 /usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
H A Dmakerpms.sh12 # Note: Under this directory rpm expects to find the same directories that are under the
16 SPECDIR=`rpm --eval %_specdir`
17 SRCDIR=`rpm --eval %_sourcedir`
25 RPMVER=`rpm --version | awk '{print $3}'`
26 RPM="rpm"
40 echo "Unknown RPM version: `rpm --version`"
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
H A Dmakerpms.sh.tmpl12 # Note: Under this directory rpm expects to find the same directories that are under the
16 SPECDIR=`rpm --eval %_specdir`
17 SRCDIR=`rpm --eval %_sourcedir`
25 RPMVER=`rpm --version | awk '{print $3}'`
26 RPM="rpm"
40 echo "Unknown RPM version: `rpm --version`"
46 ## now catch the right command to build an RPM (defaults ro 'rpm'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dfilter-requires-samba.sh3 /usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
H A Dmakerpms.sh10 # Note: Under this directory rpm expects to find the same directories that are under the
14 SPECDIR=`rpm --eval %_specdir`
15 SRCDIR=`rpm --eval %_sourcedir`
23 RPMVER=`rpm --version | awk '{print $3}'`
34 echo "Unknown RPM version: `rpm --version`"
H A Dmakerpms.sh.tmpl10 # Note: Under this directory rpm expects to find the same directories that are under the
14 SPECDIR=`rpm --eval %_specdir`
15 SRCDIR=`rpm --eval %_sourcedir`
23 RPMVER=`rpm --version | awk '{print $3}'`
34 echo "Unknown RPM version: `rpm --version`"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dmake_curl_rpm9 arch=`rpm --showrc | awk 'NF == 3 && $2 == "_arch" { print $3 }'`
44 src_rpm="$target-$version-$release.src.rpm"
47 rpm -ivh $src_rpm
53 if ! rpm -ba $specs_dir/$target-$version-$arch.spec
58 echo "$target rpm is now in $rpms_dir/$arch"
H A Dcurl-ssl.spec46 cd %{curlroot} && (if [ -f configure.in ]; then mv -f configure.in configure.in.rpm; fi)
48 cd %{curlroot} && (if [ -f configure.in.rpm ]; then mv -f configure.in.rpm configure.in; fi)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dmakerpms.sh15 # rpm --eval should always give a correct answer for this
16 SPECDIR=`rpm "$@" --eval "%{_specdir}"`
17 SRCDIR=`rpm "$@" --eval "%{_sourcedir}"`
25 RPMVER=`rpm --version | awk '{print $3}'`
42 echo "Unknown RPM version: `rpm --version`"
56 # by using info in the spec file. It won't work for files that use an rpm
75 rpm -ba -v --clean --rmsource samba.spec $@
H A Dmakerpms.sh.tmpl15 # rpm --eval should always give a correct answer for this
16 SPECDIR=`rpm "$@" --eval "%{_specdir}"`
17 SRCDIR=`rpm "$@" --eval "%{_sourcedir}"`
25 RPMVER=`rpm --version | awk '{print $3}'`
42 echo "Unknown RPM version: `rpm --version`"
56 # by using info in the spec file. It won't work for files that use an rpm
75 rpm -ba -v --clean --rmsource samba.spec $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile.am94 # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
96 # %_topdir /home/loic/local/rpm
97 # and that /home/loic/local/rpm contains the directory SOURCES, BUILD etc.
99 # cd /home/loic/local/rpm ; mkdir -p SOURCES BUILD RPMS/i386 SPECS SRPMS
104 # and run make rpm in the following way:
105 # AM_CONFIGFLAGS='--with-uri=/home/users/loic/local/RedHat-6.2' make rpm
109 $(MAKE) RPMDIST=curl rpm
110 $(MAKE) RPMDIST=curl-ssl rpm
112 rpm:
113 RPM_TOPDIR=`rpm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/package/
H A DMakefile10 # The rpm target generates two rpm files:
11 # /usr/src/packages/SRPMS/kernel-2.6.7rc2-1.src.rpm
12 # /usr/src/packages/RPMS/i386/kernel-2.6.7rc2-1.<arch>.rpm
13 # The src.rpm files includes all source for the kernel being built
14 # The <arch>.rpm includes kernel configuration, modules etc.
16 # Process to create the rpm files
22 # e) generate the rpm files, based on kernel.spec
25 # Do we have rpmbuild, otherwise fall back to the older rpm
27 else echo rpm; f
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.c86 int type; /* 0 = rpm, 1 = pwm, 2 = pump */
413 static int set_rpm_fan(int fan_index, int rpm) argument
427 if (rpm < min)
428 rpm = min;
429 else if (rpm > max)
430 rpm = max;
431 buf[0] = rpm >> (8 - fcu_rpm_shift);
432 buf[1] = rpm << fcu_rpm_shift;
634 BUILD_SHOW_FUNC_INT(cpu0_exhaust_fan_rpm, cpu_state[0].rpm)
640 BUILD_SHOW_FUNC_INT(cpu1_exhaust_fan_rpm, cpu_state[1].rpm)
[all...]
H A Dtherm_pm72.h196 int rpm; member in struct:drives_pid_state
300 int rpm; member in struct:cpu_pid_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dmax6650.c149 int rpm; local
160 rpm = ((data->tach[attr->index] * 120) / DIV_FROM_REG(data->count));
161 return sprintf(buf, "%d\n", rpm);
209 int kscale, ktach, rpm; local
216 * then multiply by 60 to give rpm.
221 rpm = 60 * kscale * clock / (256 * (ktach + 1));
222 return sprintf(buf, "%d\n", rpm);
230 int rpm = simple_strtoul(buf, NULL, 10); local
233 rpm = SENSORS_LIMIT(rpm, FAN_RPM_MI
[all...]
H A Dasb100.c125 static u8 FAN_TO_REG(long rpm, int div) argument
127 if (rpm == -1)
129 if (rpm == 0)
131 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
132 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
H A Dlm80.c74 static inline unsigned char FAN_TO_REG(unsigned rpm, unsigned div) argument
76 if (rpm == 0)
78 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
79 return SENSORS_LIMIT((1350000 + rpm*div / 2) / (rpm*div), 1, 254);
H A Dvia686a.c161 static inline u8 FAN_TO_REG(long rpm, int div) argument
163 if (rpm == 0)
165 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
166 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1, 255);
H A Dit87.c169 static inline u8 FAN_TO_REG(long rpm, int div) argument
171 if (rpm == 0)
173 rpm = SENSORS_LIMIT(rpm, 1, 1000000);
174 return SENSORS_LIMIT((1350000 + rpm * div / 2) / (rpm * div), 1,
178 static inline u16 FAN16_TO_REG(long rpm) argument
180 if (rpm == 0)
182 return SENSORS_LIMIT((1350000 + rpm) / (rpm *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-suse.spec42 patch -p0 <rpm/%{name}-SuSE.patch
59 install -o root -g root -m 755 rpm/rc.dnsmasq-suse $RPM_BUILD_ROOT/etc/init.d/dnsmasq
105 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
H A Ddnsmasq-rh.spec57 cp rpm/dnsmasq.rh $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A DMakefile7 # where to build the rpm
24 all: prep distclean rpm
85 rpm: dist build_dir
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec14 Source0: http://bftpd.sourceforge.net/downloads/rpm/%{name}-%{version}.tar.gz
51 - redid the summery section to bring it in line with "rpm

Completed in 313 milliseconds

12