You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
434 B

@SET_MAKE@
pkginfodir=$(pkgdatadir)
pkginfo_DATA = AUTHORS COPYING ChangeLog
noinst_DATA = example.xfce4rc
EXTRA_DIST = example.xfce4rc.in xfce4.spec xfce4.spec.in
SUBDIRS = @MY_SUBDIRS@
distclean-local:
rm -f example.xfce4rc xfce4.spec
example.xfce4rc:
@sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfce4rc.in > example.xfce4rc
rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz