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

12

/asus-wl-520gu-7.0.1.45/src/router/busybox/scripts/
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...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Fedora/
H A Dfilter-requires-samba.sh3 /usr/lib/rpm/perl.req $* | grep -v "Net::LDAP"
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`"
/asus-wl-520gu-7.0.1.45/src/router/samba/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.sh2 /usr/lib/rpm/perl.req $* | egrep -v '(Net::LDAP|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'
/asus-wl-520gu-7.0.1.45/src/router/acl/build/rpm/
H A DMakefile38 LDIRT = *.rpm $(SPECF) rpmmacros rpmfiles* rpm-*.rc
40 LSRCFILES = macros.template $(SPECF).in rpm-2.rc.template
46 # Generate a binary rpm file
47 dist : default $(SPECF) rpm-$(RPM_VERSION).rc
48 $(RPMBUILD) -ba --rcfile ./rpm-$(RPM_VERSION).rc $(SPECF)
50 # Because rpm prior to v.2.90 does not support macros and old style config
51 # is not supported by rpm v.3, we have to resort to such ugly hacks
53 rpm-$(RPM_VERSION).rc : rpmmacros
54 @$(SED) -e '/^macrofiles:/s|~/.rpmmacros|rpmmacros|' </usr/lib/rpm/rpmr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/attr/build/rpm/
H A DMakefile38 LDIRT = *.rpm $(SPECF) rpmmacros rpmfiles* rpm-*.rc
40 LSRCFILES = macros.template $(SPECF).in rpm-2.rc.template
46 # Generate a binary rpm file
47 dist : default $(SPECF) rpm-$(RPM_VERSION).rc
48 $(RPMBUILD) -ba --rcfile ./rpm-$(RPM_VERSION).rc $(SPECF)
50 # Because rpm prior to v.2.90 does not support macros and old style config
51 # is not supported by rpm v.3, we have to resort to such ugly hacks
53 rpm-$(RPM_VERSION).rc : rpmmacros
54 @$(SED) -e '/^macrofiles:/s|~/.rpmmacros|rpmmacros|' </usr/lib/rpm/rpmr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A DMakefile4 RPM=/usr/src/redhat/RPMS/i386/${PACKAGE}-${VERSION}-${RELEASE}.i386.rpm
8 .PHONY: all rpm testi testu dou doU undo update clean checkit
13 make rpm
15 rpm: ${RPM}
18 rpm -i --test ${RPM}
20 rpm -U --test ${RPM} || echo $$?
22 rpm -U ${RPM} || echo ERROR $$?
24 rpm -U --force ${RPM} || echo ERROR $$?
26 rpm -e --nodeps ${PACKAGE}
44 make rpm
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/
H A DMakepkgs8 type=rpm
19 rpm)
20 type=rpm ;;
26 echo "Usage: Makepkgs [verbose] [debian|rpm]"; exit 1 ;;
31 test -f files.rpm && rm -f files.rpm
32 test -f filesdevel.rpm && rm -f filesdevel.rpm
33 test -f fileslib.rpm && rm -f fileslib.rpm
[all...]
H A Dconfigure1302 # Extract the first word of "rpm", so it can be a program name with args.
1303 set dummy rpm; ac_word=$2
1327 test -z "$ac_cv_path_RPM" && ac_cv_path_RPM="/bin/rpm"
1339 rpm=$RPM
1835 s%@rpm@%$rpm%g
/asus-wl-520gu-7.0.1.45/src/router/attr/
H A DMakepkgs8 type=rpm
19 rpm)
20 type=rpm ;;
26 echo "Usage: Makepkgs [verbose] [debian|rpm]"; exit 1 ;;
31 test -f files.rpm && rm -f files.rpm
32 test -f filesdevel.rpm && rm -f filesdevel.rpm
33 test -f fileslib.rpm && rm -f fileslib.rpm
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/appliance/
H A Dbuild.sh4 rpm -ba appliance.spec
/asus-wl-520gu-7.0.1.45/src/router/samba/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 $@
H A Dsamba2.spec11 # 'rpm -ba samba.spec'
83 # %_{pre,postun}_service are provided by rpm-helper in 9.0 and later
133 # To use it, do rpm [-ba|--rebuild] --with 'xxx'
134 # Check if the rpm was built with the defaults, otherwise we inform the user
263 Source7: README.%{name}-mandrake-rpm
332 see README.%{name}-mandrake-rpm in the documentation for
341 PreReq: rpm-helper
763 %{error: This rpm has build options available, use --with options to see them}
798 echo "Building a non-default rpm with the following command-line arguments:"
800 echo "This rpm wa
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/build/
H A DMakefile42 SUBDIRS = tar rpm
75 ( echo "=== rpm ===" && $(MAKEF) -C rpm $@ || exit $$? ); \
/asus-wl-520gu-7.0.1.45/src/router/attr/build/
H A DMakefile42 SUBDIRS = tar rpm
75 ( echo "=== rpm ===" && $(MAKEF) -C rpm $@ || exit $$? ); \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/contrib/
H A Dbuild-rpm27 [ "`rpmbuild --version 2> /dev/null`" ] && RPM=rpmbuild || RPM=rpm
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A DMakefile343 echo "$(SRCROOT)/rpm.log" >> $(top_srcdir)/.exclude-file
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/
H A DMakefile.in35 rpm: e2fsprogs.spec
36 sh contrib/build-rpm
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq-suse.spec142 - Initial rpm for use with SuSE (7.3)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-floppy.c235 u16 rpm; /* Rotations per minute */ member in struct:__anon1365
1377 page->rpm = ntohs (page->rpm);
1380 printk (KERN_INFO "%s: %dkB, %d/%d/%d CHS, %d kBps, %d sector size, %d rpm\n",
1382 page->transfer_rate / 8, page->sector_size, page->rpm);

Completed in 194 milliseconds

12